pub fn cap_exclusivity(
cap_index: usize,
centers: &[SphericalPoint],
half_angles: &[f64],
num_samples: usize,
) -> f64Expand description
Exclusivity: fraction of a cap’s area not overlapped by any other cap. Returns [0, 1]. 1.0 = fully exclusive.