aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/math/Quaternion.java
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-121-27/+27
* 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
* jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-091-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
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-0/+382