pub fn plane_normal(
a: Vector,
b: Vector,
tol: Tolerances,
) -> OgeomResult<Direction>Expand description
The unit normal to a plane through origin containing a and b.
ยงErrors
OgeomError::Construction if a and b are
collinear.