pub fn batch_distance_sq(a: &[Point3], b: &[Point3]) -> Vec<f64>
Batch squared distances between corresponding point pairs.
Debug-asserts that a and b have equal length.
a
b