Geometrize Haxe API documentation version 1.0.3
Geometrize Haxe is a cross-platform library for recreating images as sets of geometric primitives.
Getting Started With Geometrize Haxe
- Take a look at the readme in the code repository
- Pick images from the resources repository
- Try out the online demo
- Search for inspiration
Top Level
| .. | |
|---|---|
| Circle | A circle. |
| Ellipse | An ellipse. |
| Line | A line. |
| QuadraticBezier | A quadratic bezier curve. |
| Rectangle | A rectangle. |
| RotatedEllipse | A rotated ellipse. |
| RotatedRectangle | A rotated rectangle. |
| Shape | Interface for shape rasterization and manipulation. |
| ShapeFactory | Helper class for creating shapes. |
| ShapeType | Enumeration specifying the types of shapes that can be used. These can be combined to produce images composed of multiple shape types. |
| ShapeTypes | Collection of shape type constants to expose to JavaScript code. |
| Triangle | A triangle. |