pub fn chamfer_distance(a: &PointCloud, b: &PointCloud) -> SpatialResult<f64>
Symmetric Chamfer distance between two clouds (sum of mean squared NN distances in both directions). Lower is better; zero for identical clouds.