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

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