pub fn plane_distance<T: SignedNumber, V: VecN<T>>(x: V, n: V) -> TExpand description
returns the distance to the plane define by a point on the plane x and normal of the plane n
pub fn plane_distance<T: SignedNumber, V: VecN<T>>(x: V, n: V) -> Treturns the distance to the plane define by a point on the plane x and normal of the plane n