pub fn edges_of_triangle(t: usize) -> [usize; 3]
Expand description

Returns a vec containing indices for the 3 edges of a triangle t

Arguments

  • t - The triangle index