Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Method | Description |
|---|---|
| Contains |
Tests whether the BoundingOrientedBox contains another object. |
| Intersects |
Tests the BoundingOrientedBox for intersection with another object. |
| Transform |
Transforms the BoundingOrientedBox. |
| ContainedBy |
Tests whether the BoundingOrientedBox is contained by a frustum. |
| CreateFromBoundingBox |
Creates a BoundingOrientedBox from a BoundingBox. |
| CreateFromPoints |
Creates a BoundingOrientedBox from a collection of points. |
| GetCorners |
Retrieves the corners of the BoundingOrientedBox. |
| op_Assignment |
Copies values from another BoundingOrientedBox. |
Related topics