pub fn void_distance(
point: &SphericalPoint,
centers: &[SphericalPoint],
half_angles: &[f64],
) -> f64Expand description
Angular distance from point to the nearest cap boundary.
Positive = outside all caps (void). Negative = inside a cap.