c

geotrellis.vector.triangulation

TriangulationPredicates

final class TriangulationPredicates extends Serializable

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

Instance Constructors

  1. new TriangulationPredicates(pointSet: IndexedPointSet, halfEdgeTable: HalfEdgeTable)

Value Members

  1. def circleCenter(ai: Int, bi: Int, ci: Int): (Double, Coordinate, Boolean)
  2. def doesExtend(e: Int, v: Int): Boolean
  3. def inCircle(ai: Int, bi: Int, ci: Int, di: Int): Boolean
  4. def isCCW(a: Int, b: Int, c: Int): Boolean
  5. def isCollinear(e: Int, v: Int): Boolean
  6. def isCollinear(a: Int, b: Int, c: Int): Boolean
  7. def isConvexBoundary(e0: Int): Boolean
  8. def isCorner(edge: Int): Boolean
  9. def isDelaunayEdge(e: Int): Boolean
  10. def isLeftOf(e: Int, p: Int): Boolean
  11. def isRightOf(e: Int, p: Int): Boolean
  12. def relativeTo(e: Int, p: Int): Int