| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph/Math: Cleanup toString(), spacing and use System.lineSeparator() | Sven Gothel | 2023-04-12 | 2 | -13/+9 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 2 | -149/+60 |
* | AABBOX: Revert API doc copy/type errors from commit 15e60161787224e85172685f7... | Sven Gothel | 2023-04-05 | 1 | -7/+7 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 2 | -253/+301 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 1 | -0/+2 |
* | AABBox: Add API doc comment on reset() and hence default ctor regarding infin... | Sven Gothel | 2023-03-14 | 1 | -3/+10 |
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 1 | -1/+20 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -2/+1 |
* | Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum argume... | Sven Gothel | 2015-07-20 | 1 | -8/+67 |
* | Graph/Math: Fix minor apidoc issues | Sven Gothel | 2014-10-09 | 2 | -4/+16 |
* | Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal... | Sven Gothel | 2014-07-08 | 1 | -0/+4 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 2 | -22/+24 |
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati... | Sven Gothel | 2014-06-27 | 2 | -32/+45 |
* | VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla... | Sven Gothel | 2014-04-09 | 1 | -1/+1 |
* | Add AABBox.getRayIntersection(..), VectorUtil.line2PlaneIntersection(..) incl... | Sven Gothel | 2014-04-09 | 1 | -0/+129 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 1 | -11/+30 |
* | AABBox: Add rotate(..) | Sven Gothel | 2014-03-17 | 1 | -22/+75 |
* | Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits .. | Sven Gothel | 2014-03-17 | 1 | -3/+13 |
* | Add generic support for picking via raycast intersection and AABBox (or similar) | Sven Gothel | 2014-03-16 | 1 | -2/+62 |
* | FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te... | Sven Gothel | 2014-03-15 | 1 | -14/+17 |
* | Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r... | Sven Gothel | 2014-03-15 | 1 | -15/+57 |
* | Math and PMVMatrix: Cleanup and Refine | Sven Gothel | 2014-03-14 | 1 | -12/+12 |
* | Bug 801: AffineTransform: Remove Serializable, make methods final; FloatUtil:... | Sven Gothel | 2014-03-06 | 1 | -7/+24 |
* | Bug 801: Fix 183e1bc1868699b99eb9f9c8bf18d646d1120a48 'window box' Calculation | Sven Gothel | 2014-03-05 | 1 | -0/+48 |
* | Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe... | Sven Gothel | 2014-03-05 | 1 | -18/+17 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 1 | -2/+3 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+3 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 2 | -83/+83 |
* | Frustum: Clarify method names, fix point/sphere classification, add used refe... | Sven Gothel | 2012-11-12 | 1 | -25/+70 |
* | Frustum: Add doc. about Frustum's Plane's normal orientation | Sven Gothel | 2012-11-12 | 1 | -2/+16 |
* | Frustum: Cleanup / update; PMVMatrix: Fix mulPMV | Sven Gothel | 2012-11-12 | 1 | -12/+23 |
* | Frustum: Clarify isOutside(AABBox) impl, add isOutside for point and sphere | Sven Gothel | 2012-11-12 | 1 | -6/+43 |
* | Adding Ref.: Frustum-Culling, Max Wagner | Sven Gothel | 2012-11-12 | 1 | -10/+12 |
* | Validating Frustum w/ help of Eduard White [email protected], referencing th... | Sven Gothel | 2012-11-12 | 1 | -70/+134 |
* | Frustum: Print Plane's normals properly in toString() | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
* | Frustum: Passing Mv*P (column major order) | Sven Gothel | 2012-11-11 | 1 | -29/+29 |
* | Frustum: Simpler usage (ctor, update) no need for explicit compute() method. ... | Sven Gothel | 2012-11-11 | 1 | -102/+143 |
* | AABBox: Add public direct setSize(..), skipping redundant reset() / resize(..) | Sven Gothel | 2012-11-11 | 1 | -18/+31 |
* | Cleanup Frustum Math Util: Independent / Compile Clean / Relocation ; PMVMatr... | Sven Gothel | 2012-11-11 | 1 | -0/+174 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -0/+343 |