of

fun of(start: Vector2D, end: Vector2D, tolerance: Double): LineSegment2D

Creates a LineSegment2D based on a start and a end point.

Return

returned LineSegment2D comprises an affine transformation matrix

Parameters

start

start of line segment

end

end of line segment