alchemist
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.model.geometry
/
Segment2D
/
isCollinearWith
is
Collinear
With
open
fun
isCollinearWith
(
point
:
P
)
:
Boolean
Checks if
first
,
second
and
point
lie on a single line.
open
fun
isCollinearWith
(
other
:
Segment2D
<
P
>
)
:
Boolean
Checks if two segments lie on a single line.