projectOn

fun Point<C>.projectOn(l: Line<C>): Point<C>

Construct a normal projection in terms of affine map that is considered generated by Point.x and Point.y coordinates of this point to the given line l.

Receiver

Projected point.

Return

The projection.

Parameters

l

Line projected on.