object StitchedDelaunay extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StitchedDelaunay
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(center: DelaunayTriangulation, neighbors: Map[Direction, (BoundaryDelaunay, Extent)], debug: Boolean): StitchedDelaunay
- def apply(neighbors: Map[Direction, (DelaunayTriangulation, Extent)], debug: Boolean)(implicit dummy: DummyImplicit): StitchedDelaunay
-
def
apply(neighbors: Map[Direction, (BoundaryDelaunay, Extent)], debug: Boolean = false): StitchedDelaunay
Given a set of BoundaryDelaunay objects and their non-overlapping boundary extents, each pair associated with a cardinal direction, this function creates a merged representation
- def combinedPointSet(neighbors: Map[Direction, (DelaunayTriangulation, Extent)])(implicit dummy: DummyImplicit): (Int, IndexedPointSet, Map[Direction, Map[Int, Int]])
- def combinedPointSet(neighbors: Map[Direction, (BoundaryDelaunay, Extent)]): (Int, IndexedPointSet, Map[Direction, Map[Int, Int]])
- def combinedPointSet(center: DelaunayTriangulation, neighbors: Map[Direction, (BoundaryDelaunay, Extent)]): (Int, IndexedPointSet, Map[Direction, Map[Int, Int]])