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
/
Loop.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Graph: Cleanup Loop & OutlineShape, more compact methods
Sven Göthel
2024-02-15
1
-93
/
+62
*
VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in Floa...
Sven Göthel
2024-02-14
1
-4
/
+4
*
Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to...
Sven Göthel
2024-02-14
1
-7
/
+7
*
VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinear
Sven Göthel
2024-02-14
1
-8
/
+8
*
VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILON
Sven Göthel
2024-02-14
1
-1
/
+3
*
Bug 1501: Apply intersection tests for non-convex shapes to reject new CCW a...
Sven Göthel
2024-02-13
1
-92
/
+230
*
Loop.isValidNeighborDbg(): Remove DEBUG branch, always true
Sven Göthel
2024-02-12
1
-8
/
+4
*
Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h...
Sven Göthel
2024-02-12
1
-6
/
+8
*
Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi...
Sven Göthel
2024-02-12
1
-72
/
+99
*
Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...
Sven Gothel
2023-09-20
1
-4
/
+4
*
Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re...
Sven Gothel
2023-08-28
1
-5
/
+22
*
Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...
Sven Gothel
2023-04-18
1
-9
/
+10
*
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
-42
/
+65
*
Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...
Sven Gothel
2023-02-06
1
-6
/
+7
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-21
/
+21
*
VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla...
Sven Gothel
2014-04-09
1
-3
/
+3
*
Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...
Sven Gothel
2014-03-22
1
-23
/
+15
*
FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...
Sven Gothel
2014-03-15
1
-8
/
+8
*
Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)
Sven Gothel
2014-02-24
1
-3
/
+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
-3
/
+3
*
Remove implicit for loops reduces temp objects
Rami Santina
2011-05-21
1
-6
/
+4
*
Fix: vertex in loop test; using crossing method
Rami Santina
2011-05-21
1
-59
/
+15
*
Graph: getWinding(ArrayList<Vertex> vertices) test; minor renaming
Sven Gothel
2011-05-10
1
-2
/
+3
*
Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader...
Sven Gothel
2011-05-10
1
-21
/
+25
*
Fix: glyph outline orientation with the removal of inversion
Rami Santina
2011-05-10
1
-2
/
+2
*
Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj...
Sven Gothel
2011-05-09
1
-20
/
+20
*
Fix TAB: Replace all TAB with 4 spaces
Sven Gothel
2011-04-08
1
-334
/
+334
*
Folded turtle2d into jogl folders
Sven Gothel
2011-04-01
1
-0
/
+373