Skip to main content

point_vs_plane

Function point_vs_plane 

Source
pub fn point_vs_plane<T: SignedNumber + SignedNumberOps<T>>(
    p: Vec3<T>,
    x: Vec3<T>,
    n: Vec3<T>,
) -> Classification
Expand description

returns the classification of point p vs the plane defined by point on plane x and normal n