Triangle.getVertices

Retrieves the three vertices of the given #graphene_triangle_t.

class Triangle
void
getVertices
(
out Vec3 a
,
out Vec3 b
,
out Vec3 c
)

Parameters

a Vec3

return location for the first vertex

b Vec3

return location for the second vertex

c Vec3

return location for the third vertex

Meta