Creates a transient sphere object.
This is a static method.
|
This is a static method.
|
Type | Description |
Sphere | Returns the new Sphere object or null if the creation failed. |
Name | Type | Description |
origin | Point3D | The origin point (center) of the sphere. |
radius | double | The radius of the sphere. |