alchemist
alchemist
/
it.unibo.alchemist.model.implementations.geometry.euclidean2d
/
SlopeInterceptLine2D
/
Companion
/
fromSegment
from
Segment
fun
<
P
:
Vector2D
<
P
>
>
fromSegment
(
segment
:
Segment2D
<
P
>
)
:
SlopeInterceptLine2D
<
P
>
Content copied to clipboard
Creates a line from a non-degenerate
segment
.