init_from_points
Description:
public unowned Plane?
init_from_points (
Point3D a,
Point3D b,
Point3D c)
Initializes the given Plane using the 3 provided co-planar points.
The winding order is counter-clockwise, and determines which direction the normal vector will point.
Parameters:
| this |
the Plane to initialize
|
| a |
a Point3D
|
| b |
a Point3D
|
| c |
a Point3D
|
Returns: