withinTriangle
abstract fun withinTriangle(minX: Double, maxX: Double, minY: Double, maxY: Double, aX: Double, aY: Double, ab: Boolean, bX: Double, bY: Double, bc: Boolean, cX: Double, cY: Double, ca: Boolean): Component2D.WithinRelation
open fun withinTriangle(aX: Double, aY: Double, ab: Boolean, bX: Double, bY: Double, bc: Boolean, cX: Double, cY: Double, ca: Boolean): Component2D.WithinRelation
Compute the within relation of this component2D with a triangle *