Creates a transient torus object.
This is a static method.
|
This is a static method.
|
Type | Description |
Torus | Returns the new Torus object or null if the creation failed. |
Name | Type | Description |
origin | Point3D | The origin point (center) of the torus. |
axis | Vector3D | The center axis of the torus. |
majorRadius | double | The major radius of the torus. |
minorRadius | double | The minor radius of the torus. |