Creates a transient plane object by specifying an origin and a normal direction.
This is a static method. |
This is a static method. |
| Type | Description |
| Plane | Returns the new plane object or null if the creation failed. |
| Name | Type | Description |
| origin | Point3D | The origin point of the plane. |
| normal | Vector3D | The normal direction of the plane. |