class LineSegment : ParametricCurve
(source)
Parametric representation of a line.
<init> |
Parametric representation of a line. LineSegment(start: Vector2d, end: Vector2d) |
length |
Returns the length of the curve. fun length(): Double |
toString |
fun toString(): String |