| Commit message (Expand) | Author | Age | Files | Lines |
* | VectorUtil: Fix isVec3InTriangle3(..) testing p1, p2 and p3 | Sven Gothel | 2023-04-18 | 1 | -12/+8 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 1 | -556/+117 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 1 | -6/+6 |
* | Rename VectorUtil.ccw(..) -> isCCW(..) | Sven Gothel | 2023-02-17 | 1 | -2/+3 |
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 1 | -7/+23 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 1 | -10/+2 |
* | Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ... | Sven Gothel | 2014-07-07 | 1 | -4/+60 |
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer | Sven Gothel | 2014-07-03 | 1 | -10/+14 |
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati... | Sven Gothel | 2014-06-27 | 1 | -1/+57 |
* | VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla... | Sven Gothel | 2014-04-09 | 1 | -66/+66 |
* | Add AABBox.getRayIntersection(..), VectorUtil.line2PlaneIntersection(..) incl... | Sven Gothel | 2014-04-09 | 1 | -0/+188 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -15/+149 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 1 | -10/+82 |
* | Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits .. | Sven Gothel | 2014-03-17 | 1 | -0/+3 |
* | Add generic support for picking via raycast intersection and AABBox (or similar) | Sven Gothel | 2014-03-16 | 1 | -2/+4 |
* | FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te... | Sven Gothel | 2014-03-15 | 1 | -149/+138 |
* | Quaternion: User EPSILON for all tests against zero and one (identity .. ) an... | Sven Gothel | 2014-03-15 | 1 | -2/+2 |
* | Math and PMVMatrix: Cleanup and Refine | Sven Gothel | 2014-03-14 | 1 | -59/+194 |
* | Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe... | Sven Gothel | 2014-03-05 | 1 | -86/+74 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 1 | -25/+135 |
* | Bug 747: VectorUtil: Make scale(..) creating new float[] deprecated, adding '... | Sven Gothel | 2013-12-10 | 1 | -5/+33 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -23/+23 |
* | VectorUtil, Quaternion: Use 'final' qualifier if possible | Sven Gothel | 2013-06-12 | 1 | -26/+26 |
* | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -0/+427 |