Function voronator::delaunator::edges_around_point[][src]

pub fn edges_around_point(start: usize, delaunay: &Triangulation) -> Vec<usize>
Expand description

Returns a vec containing all edges around a point

Arguments

  • start - The start point index
  • delaunay - A reference to a fully constructed Triangulation