Triangle.getPoints

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

class Triangle
void
getPoints
(,,)

Parameters

a Point3D

return location for the coordinates of the first vertex

b Point3D

return location for the coordinates of the second vertex

c Point3D

return location for the coordinates of the third vertex

Meta