Projection Computes the projection of one point onto a line, or of one vector onto another. Syntax projection(Line, Point) projection(Vector, Vector) Description projection(Line, Point) Computes the projection of the point onto the line. projection(Vector, Vector) Given two vectors and , computes the projection of onto . Related functions Closest point, Perpendicular, Projectivity Table of Contents Syntax Description Related functions