case class ConformingDelaunay(verts: Array[Point], constraints: GeometryCollection) extends Product with Serializable
A class for triangulating a set of points to satisfy the Delaunay property (subject to the given linear constraints). Each resulting triangle's circumscribing circle will contain no other points of the input set.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConformingDelaunay
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All