index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
jogamp
/
graph
/
curve
/
tess
/
CDTriangulator2D.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi...
Sven Göthel
2024-02-12
1
-14
/
+31
*
Remove Clonable and clone() in favor of explicit determined copy() and copy-c...
Sven Göthel
2024-02-02
1
-3
/
+3
*
Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...
Sven Gothel
2023-09-20
1
-3
/
+3
*
Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re...
Sven Gothel
2023-08-28
1
-4
/
+6
*
Graph CDTriangulator2D: Drop invalid innerPoly, avoiding Loop.initFromPolylin...
Sven Gothel
2023-05-05
1
-2
/
+30
*
Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...
Sven Gothel
2023-04-18
1
-2
/
+3
*
Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra...
Sven Gothel
2023-03-14
1
-3
/
+6
*
Rename VectorUtil.ccw(..) -> isCCW(..)
Sven Gothel
2023-02-17
1
-1
/
+1
*
Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...
Sven Gothel
2023-02-17
1
-14
/
+17
*
Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...
Sven Gothel
2023-02-06
1
-1
/
+2
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-2
/
+2
*
Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...
Sven Gothel
2014-04-01
1
-1
/
+10
*
Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...
Sven Gothel
2014-03-22
1
-22
/
+53
*
Bug 801: Cleanup CDTriangulator2D
Sven Gothel
2014-03-01
1
-24
/
+18
*
Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al...
Sven Gothel
2014-02-28
1
-12
/
+8
*
Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)
Sven Gothel
2014-02-24
1
-24
/
+21
*
Merge branch 'master' into stash_glyphcache
Sven Gothel
2014-02-23
1
-16
/
+19
|
\
|
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+3
|
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-15
/
+15
|
*
Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....
Sven Gothel
2012-11-11
1
-1
/
+1
*
|
Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)
Sven Gothel
2014-02-23
1
-1
/
+2
|
/
*
Add Factory for triangulation with base Interface; misc cleanup
Rami Santina
2011-06-05
1
-0
/
+203