aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-071-2/+2
* Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...Sven Gothel2014-07-051-53/+12
* FloatUtil.makePick(..): Refine API doc, incl. PMVMatrix.gluPickMatrix(..)Sven Gothel2014-07-031-4/+10
* Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-031-15/+83
* Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-011-20/+63
* Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-281-476/+549
* Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-271-208/+1374
* Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-021-0/+162
* Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits ..Sven Gothel2014-03-171-0/+8
* FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...Sven Gothel2014-03-151-2/+86
* Quaternion: User EPSILON for all tests against zero and one (identity .. ) an...Sven Gothel2014-03-151-2/+2
* Math and PMVMatrix: Cleanup and RefineSven Gothel2014-03-141-92/+254
* Bug 801: AffineTransform: Remove Serializable, make methods final; FloatUtil:...Sven Gothel2014-03-061-5/+21
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-44/+44
* FloatUtil: Add in-place multMatrixf (since we mult line by line, we can multi...Sven Gothel2013-06-091-0/+51
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-0/+522