Creates a transient plane object by specifying an origin along with U and V directions.
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. |
uDirection | Vector3D | The U direction for the plane. |
vDirection | Vector3D | The V direction for the plane. |