aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/math/Quaternion.java
Commit message (Expand)AuthorAgeFilesLines
* Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal...Sven Gothel2014-07-081-0/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-4/+4
* Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-281-91/+1
* Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-271-4/+2
* VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla...Sven Gothel2014-04-091-6/+6
* Fix Quaternion.rotateByEuler(..): Zero rotation shall lead to NOP instead of ...Sven Gothel2014-04-091-2/+2
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-221-4/+4
* Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits ..Sven Gothel2014-03-171-33/+86
* FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...Sven Gothel2014-03-151-17/+17
* Quaternion: User EPSILON for all tests against zero and one (identity .. ) an...Sven Gothel2014-03-151-37/+134
* Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu...Sven Gothel2014-03-151-12/+25
* Quaternion: Fix and enhance class incl. Extensive Unit Tests (all passed)Sven Gothel2014-03-141-232/+951
* Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe...Sven Gothel2014-03-051-4/+5
* jogl: allow short-circuited comparison in comparisonHarvey Harrison2013-10-181-1/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-19/+19
* 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