[][src]Function voronator::delaunator::points_of_triangle

pub fn points_of_triangle(t: usize, delaunay: &Triangulation) -> Vec<usize>

Returns a vec containing the indices of the corners of the given triangle

Arguments

  • t - The triangle index
  • delaunay - A reference to a fully constructed Triangulation