Skip to main content

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.

calc.projection1.calc.png
calc.projection1.plotter0.calc.png

Given two vectors u and v, computes the projection of vv onto uu.

calc.projection2.calc.png