pub fn point_vs_plane<T: SignedNumber + SignedNumberOps<T>>(
p: Vec3<T>,
x: Vec3<T>,
n: Vec3<T>,
) -> ClassificationExpand description
returns the classification of point p vs the plane defined by point on plane x and normal n
pub fn point_vs_plane<T: SignedNumber + SignedNumberOps<T>>(
p: Vec3<T>,
x: Vec3<T>,
n: Vec3<T>,
) -> Classificationreturns the classification of point p vs the plane defined by point on plane x and normal n