summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/math
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated methods.Sven Gothel2013-07-041-14/+2
* Quaternion: Fix float type - double epsilon slipped through review, where we ...Sven Gothel2013-06-301-2/+2
* VectorUtil, Quaternion: Use 'final' qualifier if possibleSven Gothel2013-06-122-53/+53
* Merge remote-tracking branch 'remotes/hharrison/pr743'Sven Gothel2013-06-121-204/+239
|\
| * Quaternion.java : fixed not clear assignmentPetr Skramovsky2013-06-051-2/+3
| * new method for vector multiplication, new copy constructorPetr Skramovsky2013-06-051-0/+28
| * fixed isIdentity method, deprecated isEmpty method (quaternion doesn't have s...Petr Skramovsky2013-06-051-13/+39
| * removed unnecessary castings, removed unnecessary methods for vector operatio...Petr Skramovsky2013-06-051-58/+11
| * reformatted to same stylePetr Skramovsky2013-06-051-180/+207
* | FloatUtil: Add in-place multMatrixf (since we mult line by line, we can multi...Sven Gothel2013-06-091-0/+51
|/
* jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-092-0/+0
* Fix Bug 703: Quaternion slerp function. Disclaimer: Not tested / No unit test.Harvey Harrison2013-04-091-30/+39
* Fix Bug : Quaternion multiplication unexpected behaviorHaZuki2012-11-161-2/+2
* Frustum: Clarify method names, fix point/sphere classification, add used refe...Sven Gothel2012-11-121-25/+70
* Frustum: Add doc. about Frustum's Plane's normal orientationSven Gothel2012-11-121-2/+16
* Frustum: Cleanup / update; PMVMatrix: Fix mulPMVSven Gothel2012-11-121-12/+23
* Frustum: Clarify isOutside(AABBox) impl, add isOutside for point and sphereSven Gothel2012-11-121-6/+43
* Adding Ref.: Frustum-Culling, Max WagnerSven Gothel2012-11-121-10/+12
* Validating Frustum w/ help of Eduard White [email protected], referencing th...Sven Gothel2012-11-121-70/+134
* Frustum: Print Plane's normals properly in toString()Sven Gothel2012-11-111-1/+1
* Frustum: Passing Mv*P (column major order)Sven Gothel2012-11-111-29/+29
* Frustum: Simpler usage (ctor, update) no need for explicit compute() method. ...Sven Gothel2012-11-111-102/+143
* AABBox: Add public direct setSize(..), skipping redundant reset() / resize(..)Sven Gothel2012-11-111-18/+31
* Cleanup Frustum Math Util: Independent / Compile Clean / Relocation ; PMVMatr...Sven Gothel2012-11-111-0/+174
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-117-0/+1806