Perpendicular
Computes the perpendicular line or plane going through a point.
Syntax
perpendicular(Line, Point)
perpendicular(Vector)
Description
Given a line and a point , constructs a line (2D) or plane (3D) perpendicular to that goes through .
Given a vector , constructs a vector perpendicular to .