| Package | Description | 
|---|---|
| org.cell2d.celick.geom | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicTriangulatorTriangulates a polygon into triangles - duh. | 
| class  | MannTriangulatorA 2D Triangulator. | 
| class  | NeatTriangulatorA second triangulator that seems slightly more robust | 
| class  | OverTriangulatorA 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. trisThe 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 |