pub fn batch_dot(a: &[Vec3], b: &[Vec3]) -> Vec<f64>
Batch dot products: compute dot(a[i], b[i]) for parallel arrays.
dot(a[i], b[i])
Debug-asserts that a and b have equal length.
a
b