aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/geom/Outline.java
Commit message (Expand)AuthorAgeFilesLines
* Graph: Outline[Shape]: Add print()Sven Göthel2024-02-111-0/+11
* Remove Clonable and clone() in favor of explicit determined copy() and copy-c...Sven Göthel2024-02-021-9/+9
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-5/+5
* FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI...Sven Gothel2023-09-031-1/+1
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-181-4/+4
* Graph: Outline: Remove minor redundancySven Gothel2023-02-171-2/+1
* Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-171-2/+81
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-061-1/+0
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-041-2/+1
* Graph: Fix minor apidoc issuesSven Gothel2014-10-091-1/+4
* Fix commit b5910f18f0b82a8a1f6f6252dc19971d5e487f39 for toString(): Call supe...Sven Gothel2014-08-281-0/+5
* 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-9/+9
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-021-22/+22
* FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...Sven Gothel2014-03-151-1/+1
* 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-151-4/+4
* 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 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-241-3/+6
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-18/+18
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+2
* 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-061-63/+126
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-129/+129
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+176