summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/geom/plane/Path2D.java
Commit message (Expand)AuthorAgeFilesLines
* Findbugs: Use inner static class where possibleSven Gothel2014-07-081-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-38/+38
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-241-1/+1
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+5
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-21/+21
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-2/+1
* Path2D: Reuse 'contains(..)' method, footprintSven Gothel2012-10-161-6/+1
* jogl: remove infinite loop in Path2D.contains(AABBox)Harvey Harrison2012-10-151-1/+6
* GlyphShape: Use switch block for PathIterator - adding default (exception)Sven Gothel2011-05-061-24/+27
* Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-061-1/+1
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-3/+3
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+428