toggle menu
alchemist
jvm
switch theme
search in API
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.