isLyingOn

infix fun Point<C>.isLyingOn(l: Line<C>): Boolean

Checks if this point is lying on the line l.

Receiver

The considered point.

Return

Boolean value of the statement.

Parameters

l

The considered line.


infix fun Point<C>.isLyingOn(q: Quadric<C>): Boolean

Checks if this point is lying on the quadric q.

Receiver

The considered point.

Return

Boolean value of the statement.

Parameters

q

The considered quadric.