|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.font3d.math.Triangulator.YMonotonePolygon
class Triangulator.YMonotonePolygon
This class represents a monoton polygon with respect to the y-coordinate.
Nested Class Summary | |
---|---|
(package private) class |
Triangulator.YMonotonePolygon.Triangle
|
Field Summary | |
---|---|
(package private) java.util.ArrayList<TriangulationEdge> |
poly_edges
|
(package private) java.util.ArrayList<Triangulator.YMonotonePolygon.Triangle> |
poly_tris
|
Constructor Summary | |
---|---|
Triangulator.YMonotonePolygon(TriangulationEdge e)
|
Method Summary | |
---|---|
int |
triangulate()
This is the linear-time algorithm outlined in section 3.2 of "Computational Geometry", ISBN: 3-540-65620-0. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.ArrayList<TriangulationEdge> poly_edges
java.util.ArrayList<Triangulator.YMonotonePolygon.Triangle> poly_tris
Constructor Detail |
---|
public Triangulator.YMonotonePolygon(TriangulationEdge e)
Method Detail |
---|
public int triangulate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |