object VoronoiDiagram extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VoronoiDiagram
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BoundedRay(base: Coordinate, dir: V2) extends CellBound with Product with Serializable
  2. sealed trait CellBound extends AnyRef
  3. case class Ray(base: Coordinate, dir: V2) extends CellBound with Product with Serializable
  4. case class ReverseRay(base: Coordinate, dir: V2) extends CellBound with Product with Serializable
  5. case class V2(v: RealVector) extends Product with Serializable

Value Members

  1. def apply(pts: Array[Coordinate], extent: Extent, debug: Boolean = false): VoronoiDiagram
  2. def polygonalCell(het: HalfEdgeTable, verts: (Int) ⇒ Coordinate, extent: Extent)(incidentEdge: Int): Option[Polygon]
  3. object V2 extends Serializable