Skip to main content

classify_point

Function classify_point 

Source
pub fn classify_point(
    point: [f64; 3],
    normal: [f64; 3],
    d: f64,
    tolerance: f64,
) -> PlaneSide
Expand description

Classify a point with respect to a plane defined by normal and d.