aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java
Commit message (Expand)AuthorAgeFilesLines
* 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