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.

class Plane
initFromPoints

Parameters

a Point3D

a #graphene_point3d_t

b Point3D

a #graphene_point3d_t

c Point3D

a #graphene_point3d_t

Return Value

Type: Plane

the initialized plane

Meta