| Commit message (Expand) | Author | Age | Files | Lines |
* | FloatUtil Epsilon ops: Generalize all epsilon operations by allowing passing ... | Sven Göthel | 2024-02-14 | 1 | -6/+26 |
* | Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of pas... | Sven Göthel | 2024-02-14 | 2 | -12/+12 |
* | Bug 1501: VectorUtil: Deprecate prev line2line intersection tests, adding new... | Sven Göthel | 2024-02-13 | 1 | -72/+476 |
* | VectorUtil: Consolidate names, remove unused float prevision variants (if any) | Sven Göthel | 2024-02-13 | 1 | -69/+45 |
* | VectorUtil: Remove unused isInCircleVec2f() and triAreaVec2f(), now using *2d... | Sven Göthel | 2024-02-12 | 1 | -34/+8 |
* | Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h... | Sven Göthel | 2024-02-12 | 1 | -11/+45 |
* | Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi... | Sven Göthel | 2024-02-12 | 1 | -18/+65 |
* | Remove Clonable and clone() in favor of explicit determined copy() and copy-c... | Sven Göthel | 2024-02-02 | 2 | -38/+3 |
* | Vec[234][ifd]: Add toArray(..) method | Sven Göthel | 2024-02-01 | 5 | -0/+39 |
* | Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending... | Sven Göthel | 2024-01-31 | 1 | -0/+10 |
* | Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..) | Sven Göthel | 2024-01-26 | 6 | -50/+114 |
* | Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ... | Sven Göthel | 2024-01-22 | 1 | -0/+2 |
* | Frustum: Revise code and its Plane definition to support Cube->Frustum as wel... | Sven Göthel | 2024-01-19 | 3 | -50/+198 |
* | Add Cube to Frustum Plane mapping, supporting transformation of object-space ... | Sven Göthel | 2024-01-19 | 2 | -1/+251 |
* | AABBox: Rename private fields {bl, tr} -> {lo, hi} denoting proper orientatio... | Sven Göthel | 2024-01-19 | 1 | -137/+137 |
* | AABBox: Add intersects(AABBox), contains(AABBox), scale(float, float, float) ... | Sven Göthel | 2024-01-15 | 1 | -0/+59 |
* | AABBox: Rename private fields low -> bl and hight -> tr for readability; Unro... | Sven Göthel | 2024-01-15 | 1 | -149/+187 |
* | Matrix4f: Fix minor API doc parem ref-name | Sven Göthel | 2024-01-13 | 1 | -1/+1 |
* | AABBox resize{Width, Height}(..): Positive argument shall always denote expan... | Sven Göthel | 2024-01-12 | 1 | -4/+4 |
* | Bug 1452: PMVMatrix4f: Drop redundant unused mulWith*(Vec*...) 'v_out = M * v... | Sven Gothel | 2023-09-23 | 1 | -102/+0 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 35 | -0/+14524 |