Creates a plane from an origin point and a normal
a new Plane the normal vector to this plane at the given origin point. Note : the vector "normal" is updated because normalized.
origin of the plane to be constructed
normal of the plane to be constructed
Creates a plane from an origin point and a normal
Returns
a new Plane the normal vector to this plane at the given origin point. Note : the vector "normal" is updated because normalized.