| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 1 | -404/+0 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 1 | -3/+9 |
* | Vec3f: Add UNIX_X and UNIX_X_NEG, enhance API doc | Sven Gothel | 2023-08-27 | 1 | -2/+4 |
* | Vec[234]f: Add scale(Vec[234]f s) variant for convenience | Sven Gothel | 2023-08-23 | 1 | -0/+3 |
* | Vec[234]f: Add 'max' and 'min' function | Sven Gothel | 2023-04-28 | 1 | -0/+15 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 1 | -18/+29 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 1 | -8/+0 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 1 | -7/+105 |
* | Vec2f, Vec3f: Return this @ set(..), add set(float[]) and add(float, ..) | Sven Gothel | 2023-03-30 | 1 | -13/+33 |
* | Add Vec2f and Vec3f, to support a more simple OO vector-math usage, e.g. for ... | Sven Gothel | 2023-03-22 | 1 | -0/+257 |