getPoints

fun getPoints(a: Point3D?, b: Point3D?, c: Point3D?)

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

Since

1.2

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