Companion

object Companion

Functions

Link copied to clipboard
fun orient2d(pa: Point, pb: Point, pc: Point, up: Vector2D = Vector2D.UP): Orientation
fun orient2d(    paX: Double,     paY: Double,     pbX: Double,     pbY: Double,     pcX: Double,     pcY: Double,     epsilon: Double = EPSILON,     up: Vector2D = Vector2D.UP): Orientation