Skip to main content

cloud_distances

Function cloud_distances 

Source
pub fn cloud_distances(
    a: &PointCloud,
    b: &PointCloud,
) -> SpatialResult<CloudDistances>
Expand description

Computes directed NN distance statistics between a and b in both directions with a single KD-tree per side.