aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+307