final class TriangulationPredicates extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TriangulationPredicates
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TriangulationPredicates(pointSet: IndexedPointSet, halfEdgeTable: HalfEdgeTable)
Value Members
- def circleCenter(ai: Int, bi: Int, ci: Int): (Double, Coordinate, Boolean)
- def doesExtend(e: Int, v: Int): Boolean
- def inCircle(ai: Int, bi: Int, ci: Int, di: Int): Boolean
- def isCCW(a: Int, b: Int, c: Int): Boolean
- def isCollinear(e: Int, v: Int): Boolean
- def isCollinear(a: Int, b: Int, c: Int): Boolean
- def isConvexBoundary(e0: Int): Boolean
- def isCorner(edge: Int): Boolean
- def isDelaunayEdge(e: Int): Boolean
- def isLeftOf(e: Int, p: Int): Boolean
- def isRightOf(e: Int, p: Int): Boolean
- def relativeTo(e: Int, p: Int): Int