Skip to main content

plane_normal

Function plane_normal 

Source
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.