Parallel?
Checks if two lines are parallel.
Syntax
parallel?(Line | Vector, Line | Vector)
Description
Given two lines or two vectors, returns true
if they are parallel, and false
otherwise.
Checks if two lines are parallel.
parallel?(Line | Vector, Line | Vector)
Given two lines or two vectors, returns true
if they are parallel, and false
otherwise.