aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/geom
Commit message (Expand)AuthorAgeFilesLines
* Findbugs: Use inner static class where possibleSven Gothel2014-07-081-1/+1
* Findbugs: Add FIXME comment regarding float comparison (consider using FloatU...Sven Gothel2014-07-081-0/+2
* Findbugs: Remove redundant instanceof checksSven Gothel2014-07-081-7/+8
* 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-035-178/+178
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-021-48/+26
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-10/+10
* Add generic support for picking via raycast intersection and AABBox (or similar)Sven Gothel2014-03-161-1/+1
* Quaternion: User EPSILON for all tests against zero and one (identity .. ) an...Sven Gothel2014-03-151-2/+6
* Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r...Sven Gothel2014-03-151-54/+56
* Math and PMVMatrix: Cleanup and RefineSven Gothel2014-03-141-15/+63
* Bug 801: AffineTransform: Remove Serializable, make methods final; FloatUtil:...Sven Gothel2014-03-061-68/+36
* Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G...Sven Gothel2014-02-271-9/+23
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-242-19/+15
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+5
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-173-59/+59
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-113-3/+904
* Merge MathFloat into FloatUtilSven Gothel2012-11-111-8/+8
* Path2D: Reuse 'contains(..)' method, footprintSven Gothel2012-10-161-6/+1
* jogl: remove infinite loop in Path2D.contains(AABBox)Harvey Harrison2012-10-151-1/+6
* Graph: more clone() cleanup.Sven Gothel2011-05-061-2/+2
* GlyphShape: Use switch block for PathIterator - adding default (exception)Sven Gothel2011-05-061-24/+27
* Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-062-5/+5
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-082-22/+22
* Remove HashCode util and its usageSven Gothel2011-04-011-3/+3
* integrated typecast into jogamp. treeSven Gothel2011-04-011-1/+1
* Folded turtle2d into jogl foldersSven Gothel2011-04-015-0/+1115