Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle curved triangles overlaps. | Rami Santina | 2011-06-20 | 1 | -30/+104 |
| | | | | | | | | | | subdivde overlaping triangles for the case when 2 triangles intersect either by vextex of Traingle A in Triangle B or an edge in A intersects an edge in B VectorUtil: -added tri2triIntersection test (not optimized) -added seg2segIntersection test (not optimized) | ||||
* | Added handling for offcurve triangle overlaps. | Rami Santina | 2011-06-14 | 1 | -0/+30 |
| | | | | | | | subdivde overlaping triangles for the case of vertex inside a off-curve boundary triangle. added vertex in triangle test (using barycentric coordinates) | ||||
* | Graph: getWinding(ArrayList<Vertex> vertices) test; minor renaming | Sven Gothel | 2011-05-10 | 1 | -1/+4 |
| | |||||
* | Graph/Loop: More readable/verbose invert case; using Winding enum; ttf ↵ | Sven Gothel | 2011-05-10 | 1 | -2/+20 |
| | | | | reader: Adding debug dump of font direction hint | ||||
* | Graph: More std. functionality (equals, clone) / Better in-place ↵ | Sven Gothel | 2011-05-06 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | | | | | | transformation (cubic -> quadratic) Impl. more of John Pritchard <[email protected]> proposal https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60 +++ More std. functionality (equals, deep clone) of AABBox, Vertex, Outline and OutlineShape. Simplify Vertex: - Remove 2 component constructor - Add on-curve in Vertex.Factory / Constructor - Adding equals(Object) - Remove Comparable/compareTo, since we only can make an equals statement Outline/OutlineShape: Handle dirty flag for boundary (new set/remove operation) OutlineShape: Better in-place transformation (cubic -> quadratic) | ||||
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 2 | -567/+567 |
| | |||||
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 2 | -0/+677 |