aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/math/plane
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize math code into: com.jogamp.opengl.math and ↵Sven Gothel2012-11-111-904/+0
| | | | | | | | | | | | | | | | | | | | | | | com.jogamp.opengl.math.geom packages Note: WIP - We may relocate / reorg math package. Public relocations: com.jogamp.opengl.util -> com.jogamp.opengl.math - FixedPoint - FloatUtil com.jogamp.graph.math -> com.jogamp.opengl.math - Quaternion - VectorUtil com.jogamp.graph.geom -> com.jogamp.opengl.math.geom - AABBox VectorUtil: Introducing Vert2fImmutable and Vert3fImmutable interfaces, allowing graph Vertex instances to be used 'graph' agnostic and to document 2d/3d use-cases.
* Merge MathFloat into FloatUtilSven Gothel2012-11-111-9/+10
|
* GlyphShape: Use switch block for PathIterator - adding default (exception)Sven Gothel2011-05-061-48/+54
| | | | | Implements more of John Pritchard <[email protected]> proposal https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-5/+5
|
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+897