getVertices

fun getVertices(a: Vec3?, b: Vec3?, c: Vec3?)

Retrieves the three vertices of the given #graphene_triangle_t.

Since

1.2

Parameters

a

return location for the first vertex

b

return location for the second vertex

c

return location for the third vertex