Triangulator Type
Constructors
Constructor | Description |
Full Usage:
Triangulator()
|
|
Instance members
Instance member | Description |
Full Usage:
this.Decompose
Parameters:
ExposedList<float32>
triangles : ExposedList<int>
Returns: ExposedList<ExposedList<float32>>
|
|
Full Usage:
this.Triangulate
Parameters:
ExposedList<float32>
Returns: ExposedList<int>
|
|