org.osm2world.core.math
public class Poly2TriUtil extends Object
Constructor and Description |
---|
Poly2TriUtil() |
Modifier and Type | Method and Description |
---|---|
static List<TriangleXZ> |
triangulate(SimplePolygonXZ polygon,
Collection<SimplePolygonXZ> holes,
Collection<LineSegmentXZ> segments,
Collection<VectorXZ> points) |
public static final List<TriangleXZ> triangulate(SimplePolygonXZ polygon, Collection<SimplePolygonXZ> holes, Collection<LineSegmentXZ> segments, Collection<VectorXZ> points) throws TriangulationException
TriangulationException