Triangle.getPoints

Retrieves the three vertices of the given #graphene_triangle_t and returns their coordinates as #graphene_point3d_t.

Parameters

a graphene.point3_d.Point3D

return location for the coordinates of the first vertex

b graphene.point3_d.Point3D

return location for the coordinates of the second vertex

c graphene.point3_d.Point3D

return location for the coordinates of the third vertex