object VoronoiDiagram extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoronoiDiagram
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BoundedRay(base: Coordinate, dir: V2) extends CellBound with Product with Serializable
- sealed trait CellBound extends AnyRef
- case class Ray(base: Coordinate, dir: V2) extends CellBound with Product with Serializable
- case class ReverseRay(base: Coordinate, dir: V2) extends CellBound with Product with Serializable
- case class V2(v: RealVector) extends Product with Serializable
Value Members
- def apply(pts: Array[Coordinate], extent: Extent, debug: Boolean = false): VoronoiDiagram
- def polygonalCell(het: HalfEdgeTable, verts: (Int) ⇒ Coordinate, extent: Extent)(incidentEdge: Int): Option[Polygon]
- object V2 extends Serializable