|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Triangulator | |
---|---|
org.newdawn.slick.geom | Simple geometric wrappers that can be used for rendering and collision. |
Uses of Triangulator in org.newdawn.slick.geom |
---|
Classes in org.newdawn.slick.geom that implement Triangulator | |
---|---|
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. |
Fields in org.newdawn.slick.geom declared as Triangulator | |
---|---|
protected Triangulator |
Shape.tris
The triangles that define the shape |
Methods in org.newdawn.slick.geom that return Triangulator | |
---|---|
Triangulator |
Shape.getTriangles()
The triangles that define the filled version of this shape |
Constructors in org.newdawn.slick.geom with parameters of type Triangulator | |
---|---|
OverTriangulator(Triangulator tris)
Create a new triangulator |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |