Plane.initFromPoints
graphene.plane.Plane initFromPoints(graphene.point3_d.Point3D a, graphene.point3_d.Point3D b, graphene.point3_d.Point3D c)Initializes the given #graphene_plane_t using the 3 provided co-planar points.
The winding order is counter-clockwise, and determines which direction the normal vector will point.
Parameters
a | a #graphene_point3d_t |
b | a #graphene_point3d_t |
c | a #graphene_point3d_t |
Returns
the initialized plane