Triangle.getPoints
void getPoints(out graphene.point3_d.Point3D a, out graphene.point3_d.Point3D b, out graphene.point3_d.Point3D c)Retrieves the three vertices of the given #graphene_triangle_t and returns their coordinates as #graphene_point3d_t.
Parameters
a | return location for the coordinates of the first vertex |
b | return location for the coordinates of the second vertex |
c | return location for the coordinates of the third vertex |