Skip to main content

radius_graph

Function radius_graph 

Source
pub fn radius_graph(
    cloud: &PointCloud,
    radius: f32,
) -> Result<NeighborGraph, SpatialError>
Expand description

Builds a directed radius graph: an edge from every point to each other point within radius.