Triangle.vertices

Vertex indices composing the triangle

struct Triangle
uint32_t[3] vertices;

Meta