Perpendicular? Checks if two lines are perpendicular. Syntax perpendicular?(Line | Plane | Vector, Line | Plane | Vector) Description perpendicular?(Line | Plane | Vector, Line | Plane | Vector) Given two lines or two vectors, returns true if they are perpendicular, and false otherwise. Related functions Perpendicular, Parallel, Parallel? Table of Contents Syntax Description Related functions