aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
Commit message (Expand)AuthorAgeFilesLines
* Graph OutlineShape.checkOverlaps(): Test overlap first to drop overlaps.conta...Sven Gothel2023-04-181-1/+1
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-181-44/+26
* Graph OutlineShape: Add getOutlineVectexCount(), i.e. total vertex count of a...Sven Gothel2023-04-141-0/+10
* Graph: Remove OutlineShape.Visitor* as being replaced by Font.GlyphVisitorSven Gothel2023-03-221-23/+0
* Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ...Sven Gothel2023-03-211-1/+13
* Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ...Sven Gothel2023-03-071-0/+11
* Graph Perf: OutlineShape: Uncomment all debug code to keep it smallerSven Gothel2023-03-071-7/+7
* Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-171-47/+59
* Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt...Sven Gothel2023-02-151-1/+13
* Graph OutlineShape: Path2F alike sub-path ctor: Add z coordinate for custom p...Sven Gothel2023-02-141-12/+19
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-061-1/+256
* Graph: OutlineShape: Add positional addVertex() variants for component based ...Sven Gothel2023-02-051-7/+53
* Graph: OutlineShape: Make class final, getOutlineNumber() -> getOutlineCount()Sven Gothel2023-02-051-18/+17
* Fix commit b5910f18f0b82a8a1f6f6252dc19971d5e487f39 for toString(): Call supe...Sven Gothel2014-08-281-0/+6
* Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal...Sven Gothel2014-07-081-0/+5
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-20/+20
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-47/+100
* Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits ..Sven Gothel2014-03-171-1/+1
* FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...Sven Gothel2014-03-151-7/+6
* 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-9/+35
* Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe...Sven Gothel2014-03-051-14/+13
* Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al...Sven Gothel2014-02-281-7/+30
* Bug 801: Graph TextRenderer Cleanup Part-6: Fix TypecastRenderer; Minor EditingSven Gothel2014-02-281-2/+3
* Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G...Sven Gothel2014-02-271-3/+0
* Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom...Sven Gothel2014-02-251-81/+78
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-241-22/+103
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-231-80/+66
|\
| * jogl: remove clone() version that can only ever failHarvey Harrison2013-10-201-17/+0
| * jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+3
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-62/+62
| * jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-091-0/+0
| * Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-2/+2
* | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)Sven Gothel2014-02-231-1/+1
* | Graph minor linear optimization: use vertexInTriangle3(..) reduces redundant ...Sven Gothel2012-05-161-9/+4
* | Graph minor linear optimization: Passing array storage (reduce temp array) an...Sven Gothel2012-05-161-8/+16
|/
* Java Source Files: dos -> unix formatSven Gothel2012-05-151-629/+629
* Handle curved triangles overlaps.Rami Santina2011-06-201-586/+629
* Added handling for offcurve triangle overlaps.Rami Santina2011-06-141-435/+490
* Add Factory for triangulation with base Interface; misc cleanupRami Santina2011-06-051-3/+3
* Fix: transform to Quadratic; Refactor method namesRami Santina2011-06-051-523/+531
* Remove implicit for loops reduces temp objectsRami Santina2011-05-211-1/+2
* Fix: glyph outline orientation with the removal of inversionRami Santina2011-05-101-0/+13
* Graph: OutlineShape fix, cleanupSven Gothel2011-05-081-36/+75
* Graph: more clone() cleanup.Sven Gothel2011-05-061-1/+1
* Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-061-65/+218
* Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]...Sven Gothel2011-05-051-6/+25
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-021-11/+2
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-204/+204