init_from_point
Description:
public unowned Plane?
init_from_point (
Vec3 normal,
Point3D point)
Initializes the given Plane using the given normal vector and an arbitrary co-planar
point.
Parameters:
this |
the Plane to initialize
|
normal |
a normal vector defining the plane pointing towards the origin
|
point |
a Point3D
|
Returns: