Skip to main content

void_distance

Function void_distance 

Source
pub fn void_distance(
    point: &SphericalPoint,
    centers: &[SphericalPoint],
    half_angles: &[f64],
) -> f64
Expand description

Angular distance from point to the nearest cap boundary.

Positive = outside all caps (void). Negative = inside a cap.