Companion

object Companion

Properties

Link copied to clipboard
val NaN: Line2D
Link copied to clipboard
val NIL: Line
Link copied to clipboard

Functions

Link copied to clipboard
fun fromPointAndDirection(point: Point, direction: Point, scale: Double = 1.0): Line
Link copied to clipboard
fun fromPointAngle(point: Point, angle: Angle, length: Double = 1.0): Line
Link copied to clipboard
fun getIntersectXY(a: Point, b: Point, c: Point, d: Point): Point?
inline fun getIntersectXY(Ax: Double, Ay: Double, Bx: Double, By: Double, Cx: Double, Cy: Double, Dx: Double, Dy: Double): Point?
Link copied to clipboard
fun length(Ax: Double, Ay: Double, Bx: Double, By: Double): Double