Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize math code into: com.jogamp.opengl.math and ↵ | Sven Gothel | 2012-11-11 | 1 | -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 FloatUtil | Sven Gothel | 2012-11-11 | 1 | -9/+10 |
| | |||||
* | GlyphShape: Use switch block for PathIterator - adding default (exception) | Sven Gothel | 2011-05-06 | 1 | -48/+54 |
| | | | | | Implements more of John Pritchard <[email protected]> proposal https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60 | ||||
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -5/+5 |
| | |||||
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 1 | -0/+897 |