pub fn plane_signed_dist(plane: [f64; 4], point: [f64; 3]) -> f64
Signed distance from point to the plane [nx, ny, nz, d].
point
[nx, ny, nz, d]
Positive on the side the normal points toward.