Triangle.getVertices

void getVertices(out graphene.vec3.Vec3 a, out graphene.vec3.Vec3 b, out graphene.vec3.Vec3 c)

Retrieves the three vertices of the given #graphene_triangle_t.

Parameters

areturn location for the first vertex
breturn location for the second vertex
creturn location for the third vertex