Plane.initFromPoints

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 graphene.point3_d.Point3D

a #graphene_point3d_t

b graphene.point3_d.Point3D

a #graphene_point3d_t

c graphene.point3_d.Point3D

a #graphene_point3d_t

Return Value

Type: graphene.plane.Plane

the initialized plane