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
a | return location for the first vertex |
b | return location for the second vertex |
c | return location for the third vertex |