|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTriangulationUtil
public class TriangulationUtil
triangulation utility class that uses EarClippingTriangulationUtil
,
and, as a fallback, JTSTriangulationUtil
Constructor Summary | |
---|---|
TriangulationUtil()
|
Method Summary | |
---|---|
static List<TriangleXZ> |
triangulate(PolygonWithHolesXZ polygon)
|
static List<TriangleXZ> |
triangulate(SimplePolygonXZ outerPolygon,
Collection<SimplePolygonXZ> holes)
triangulates a two-dimensional polygon with holes. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TriangulationUtil()
Method Detail |
---|
public static final List<TriangleXZ> triangulate(SimplePolygonXZ outerPolygon, Collection<SimplePolygonXZ> holes)
public static final List<TriangleXZ> triangulate(PolygonWithHolesXZ polygon)
triangulate(SimplePolygonXZ, Collection)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |