aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/geom
Commit message (Expand)AuthorAgeFilesLines
* Graph: Outline[Shape]: Add print()Sven Göthel2024-02-111-0/+11
* Remove Clonable and clone() in favor of explicit determined copy() and copy-c...Sven Göthel2024-02-023-18/+18
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2010-2247/+10
* FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ...Sven Gothel2023-09-042-6/+6
* FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI...Sven Gothel2023-09-031-1/+1
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-185-277/+174
* Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,...Sven Gothel2023-04-051-11/+41
* Graph: Outline: Remove minor redundancySven Gothel2023-02-171-2/+1
* Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-171-2/+81
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-068-556/+684
* Graph: Path2D: Remove redundant accessors, comment on append(..)Sven Gothel2023-02-051-7/+11
* Graph; Path2D[Iterator]: Add 'fast path' access to points array reference and...Sven Gothel2023-02-042-80/+113
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-048-10/+8
* Graph: Move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-046-0/+2041
* Graph: Fix minor apidoc issuesSven Gothel2014-10-091-1/+4
* Fix commit b5910f18f0b82a8a1f6f6252dc19971d5e487f39 for toString(): Call supe...Sven Gothel2014-08-281-0/+5
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-1/+1
* Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal...Sven Gothel2014-07-082-0/+8
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-033-22/+22
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-022-32/+25
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-223-19/+39
* Add generic support for picking via raycast intersection and AABBox (or similar)Sven Gothel2014-03-161-2/+0
* FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te...Sven Gothel2014-03-152-3/+4
* Quaternion: User EPSILON for all tests against zero and one (identity .. ) an...Sven Gothel2014-03-151-1/+1
* Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r...Sven Gothel2014-03-152-8/+8
* Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu...Sven Gothel2014-03-151-13/+31
* Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al...Sven Gothel2014-02-281-13/+22
* Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G...Sven Gothel2014-02-271-15/+1
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-244-31/+111
* jogl: add missing @Override annotationsHarvey Harrison2013-10-174-0/+26
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-174-54/+54
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-114-337/+12
* Handle curved triangles overlaps.Rami Santina2011-06-201-16/+20
* Fix: transform to Quadratic; Refactor method namesRami Santina2011-06-051-3/+3
* Graph/JOGL: Avoid NPESven Gothel2011-05-081-1/+1
* Graph: more clone() cleanup.Sven Gothel2011-05-061-1/+1
* Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-064-154/+246
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-23/+28
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-085-576/+576
* Fix: AABBox setLow/setHigh call resize; removes possible call errorRami Santina2011-04-081-4/+4
* Folded turtle2d into jogl foldersSven Gothel2011-04-015-0/+812