toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.geometry.euclidean.twod.curve
/
LineSegment2D
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
fun
of
(
start
:
Vector2D
,
end
:
Vector2D
,
tolerance
:
Double
)
:
LineSegment2D
Creates a
LineSegment2D
based on a
start
and a
end
point.