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
| .. | |
|---|---|
| bitmap | |
| exporter | |
| rasterizer | |
| runner | |
| shape | |
| AbstractEnumTools | Abstract enum tools. Based on https://code.haxe.org/category/macros/enum-abstract-values.html by Dan Korostelev |
| ArraySet | A collection that contains no duplicate elements. The underlying data structure is a Haxe Array. Elements are compared using the standard equality operator. |
| Core | The core functions in Geometrize Haxe. |
| Model | Model for the optimization/fitting algorithm. |
| Point | Represents a point in 2D space. |
| ShapeResult | Container for info about a shape added to the model. |
| State | |
| Util | Utility functions. |