| Package | Description |
|---|---|
| org.cell2d.celick.geom |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTriangulator
Triangulates a polygon into triangles - duh.
|
class |
MannTriangulator
A 2D Triangulator.
|
class |
NeatTriangulator
A second triangulator that seems slightly more robust
|
class |
OverTriangulator
A triangulator implementation that splits the triangules of another, subdividing
to give a higher tesselation - and hence smoother transitions.
|
| Modifier and Type | Field and Description |
|---|---|
protected Triangulator |
Shape.tris
The triangles that define the shape
|
| Modifier and Type | Method and Description |
|---|---|
Triangulator |
Shape.getTriangles()
The triangles that define the filled version of this shape
|
| Constructor and Description |
|---|
OverTriangulator(Triangulator tris)
Create a new triangulator
|