aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/geom
Commit message (Expand)AuthorAgeFilesLines
* Graph: Fix minor apidoc issuesSven Gothel2014-10-091-1/+4
* Fix commit b5910f18f0b82a8a1f6f6252dc19971d5e487f39 for toString(): Call supe...Sven Gothel2014-08-281-0/+5
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-1/+1
* Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal...Sven Gothel2014-07-082-0/+8
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-033-22/+22
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-022-32/+25
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-223-19/+39
* Add generic support for picking via raycast intersection and AABBox (or similar)Sven Gothel2014-03-161-2/+0
* FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...Sven Gothel2014-03-152-3/+4
* Quaternion: User EPSILON for all tests against zero and one (identity .. ) an...Sven Gothel2014-03-151-1/+1
* Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r...Sven Gothel2014-03-152-8/+8
* Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu...Sven Gothel2014-03-151-13/+31
* Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al...Sven Gothel2014-02-281-13/+22
* Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G...Sven Gothel2014-02-271-15/+1
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-244-31/+111
* jogl: add missing @Override annotationsHarvey Harrison2013-10-174-0/+26
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-174-54/+54
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-114-337/+12
* Handle curved triangles overlaps.Rami Santina2011-06-201-16/+20
* Fix: transform to Quadratic; Refactor method namesRami Santina2011-06-051-3/+3
* Graph/JOGL: Avoid NPESven Gothel2011-05-081-1/+1
* Graph: more clone() cleanup.Sven Gothel2011-05-061-1/+1
* Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-064-154/+246
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-23/+28
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-085-576/+576
* Fix: AABBox setLow/setHigh call resize; removes possible call errorRami Santina2011-04-081-4/+4
* Folded turtle2d into jogl foldersSven Gothel2011-04-015-0/+812