LineIntersection

data class LineIntersection(val line: MLine = MLine(), var intersection: Point = Point())

Constructors

Link copied to clipboard
constructor(line: MLine = MLine(), intersection: Point = Point())

Properties

Link copied to clipboard
Link copied to clipboard
val line: MLine
Link copied to clipboard

Functions

Link copied to clipboard
fun setFrom(x0: Double, y0: Double, x1: Double, y1: Double, ix: Double, iy: Double, normalLength: Double)
Link copied to clipboard
open override fun toString(): String