Projection
Computes the projection of one point onto a line or of one vector onto another.
Syntax
projection(Line, Point)
projection(Vector, Vector)
Description
Computes the projection of the point onto the line.
Given two vectors and , computes the projection of onto .