Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: Outline over triangulation. | Rami Santina | 2011-03-31 | 1 | -3/+4 |
| | | | | | | | | | With triangualtion exluding outter boundary triangles not all hole vertices will be inside the boundary (float issues). Workaround, check for all vertices, need a better solution and should sync with Java Fonts. | ||||
* | Merge with sgothel | Rami Santina | 2011-03-30 | 2 | -20/+17 |
|\ | |||||
| * | Remove generics notion of Type<Vertex>, since Vertex _is_ the lowest ↵ | Sven Gothel | 2011-03-30 | 2 | -20/+17 |
| | | | | | | | | denominator for our implementation and curve API | ||||
* | | Added inclass documentation to AABBox; Misc changes | Rami Santina | 2011-03-30 | 3 | -35/+86 |
| | | |||||
* | | Added inclass comments to OutlineShape | Rami Santina | 2011-03-30 | 2 | -8/+1 |
|/ | |||||
* | Refactoring for public: Remove Line ; public/private API cleanup | Sven Gothel | 2011-03-29 | 4 | -71/+10 |
| | |||||
* | Font: Make font instances size agnostic (remove all size states), size is ↵ | Sven Gothel | 2011-03-26 | 1 | -1/+6 |
| | | | | only a render time parameter. Add missing bounds/width/height queries to TypecastFont | ||||
* | Refactored Vertex Point PointTex GraphPoint namings | Rami Santina | 2011-03-25 | 6 | -70/+36 |
| | | | | | | Vertex class --> SVertex (Simple vertex wwhere memory impl is float[]) Point interface --> Vertex (which combines in it PointTex Interface) GraphPoint --> GraphVertex | ||||
* | Make com.jogamp.graph.geom.plane non public: jogamp.graph.geom.plane, this ↵ | Sven Gothel | 2011-03-25 | 5 | -1110/+0 |
| | | | | incl. creating the non public FontInt interface for Path2D access | ||||
* | Add com.jogamp.graph.geom types | Sven Gothel | 2011-03-25 | 7 | -0/+829 |
| | |||||
* | Fitting of jogamp.graph.geom.plane: double -> float, package location, use ↵ | Sven Gothel | 2011-03-25 | 5 | -264/+195 |
| | | | | PointFactory, GeneralPath -> Path2D, .. | ||||
* | Imported part of Harmony's awt.geom impl. 6.0-r991881, ↵ | Sven Gothel | 2011-03-25 | 5 | -0/+1179 |
http://harmony.apache.org/ - Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 |