Creates a transient bounding box object. This object is created statically using the BoundingBox3D.create method.
This is a static method. |
This is a static method. |
| Type | Description |
| BoundingBox3D | Returns the newly created bounding box or null if the creation failed. |
| Name | Type | Description |
| minPoint | Point3D | The point that defines the minimum corner of the bounding box. |
| maxPoint | Point3D | The point that defines the maximum corner of the bounding box. |