aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/tess/CDTriangulator2D.java
Commit message (Expand)AuthorAgeFilesLines
* Remove Clonable and clone() in favor of explicit determined copy() and copy-c...Sven Göthel2024-02-021-3/+3
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-3/+3
* Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re...Sven Gothel2023-08-281-4/+6
* Graph CDTriangulator2D: Drop invalid innerPoly, avoiding Loop.initFromPolylin...Sven Gothel2023-05-051-2/+30
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-181-2/+3
* Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra...Sven Gothel2023-03-141-3/+6
* Rename VectorUtil.ccw(..) -> isCCW(..)Sven Gothel2023-02-171-1/+1
* Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-171-14/+17
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-061-1/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-2/+2
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-1/+10
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-221-22/+53
* Bug 801: Cleanup CDTriangulator2DSven Gothel2014-03-011-24/+18
* Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al...Sven Gothel2014-02-281-12/+8
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-241-24/+21
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-231-16/+19
|\
| * jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+3
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-15/+15
| * Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+1
* | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)Sven Gothel2014-02-231-1/+2
|/
* Add Factory for triangulation with base Interface; misc cleanupRami Santina2011-06-051-0/+203