aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/math/VectorUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of pas...Sven Göthel2024-02-141-3/+3
* Bug 1501: VectorUtil: Deprecate prev line2line intersection tests, adding new...Sven Göthel2024-02-131-72/+476
* VectorUtil: Consolidate names, remove unused float prevision variants (if any)Sven Göthel2024-02-131-69/+45
* VectorUtil: Remove unused isInCircleVec2f() and triAreaVec2f(), now using *2d...Sven Göthel2024-02-121-34/+8
* Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h...Sven Göthel2024-02-121-11/+45
* Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi...Sven Göthel2024-02-121-18/+65
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-0/+770