| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Clonable and clone() in favor of explicit determined copy() and copy-c... | Sven Göthel | 2024-02-02 | 2 | -38/+3 |
* | Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..) | Sven Göthel | 2024-01-26 | 1 | -4/+4 |
* | Frustum: Revise code and its Plane definition to support Cube->Frustum as wel... | Sven Göthel | 2024-01-19 | 1 | -43/+193 |
* | 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 |
* | AABBox resize{Width, Height}(..): Positive argument shall always denote expan... | Sven Göthel | 2024-01-12 | 1 | -4/+4 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 9 | -0/+3522 |