aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/math/Ray.java
Commit message (Expand)AuthorAgeFilesLines
* Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,...Sven Gothel2023-04-051-5/+5
* API doc cleanup, add + refine math testsSven Gothel2023-03-191-1/+2
* Graph/Math: Fix minor apidoc issuesSven Gothel2014-10-091-1/+3
* Add AABBox.getRayIntersection(..), VectorUtil.line2PlaneIntersection(..) incl...Sven Gothel2014-04-091-1/+1
* Add generic support for picking via raycast intersection and AABBox (or similar)Sven Gothel2014-03-161-0/+57