pub fn classify_point( point: [f64; 3], normal: [f64; 3], d: f64, tolerance: f64, ) -> PlaneSide
Classify a point with respect to a plane defined by normal and d.
normal
d