Aabb3 Properties |
The Aabb3 type exposes the following members.
| Name | Description | |
|---|---|---|
| IsInitialized |
Gets a value indicating whether this instance is initialized.
| |
| Item |
Bracket operator to get the minimum or maximum corner.
| |
| MaxCorner |
Gets the maximum corner of the bounding box.
| |
| MinCorner |
Gets the minimum corner of the bounding box.
| |
| P0 |
Gets the bottom-left-front vertex of the bounding box (minimum corner).
| |
| P1 |
Gets the bottom-left-back vertex of the bounding box.
| |
| P2 |
Gets the top-left-front vertex of the bounding box.
| |
| P3 |
Gets the bottom-right-front vertex of the bounding box.
| |
| P4 |
Gets the top-right-front vertex of the bounding box.
| |
| P5 |
Gets the bottom-right-back vertex of the bounding box.
| |
| P6 |
Gets the top-left-back vertex of the bounding box.
| |
| P7 |
Gets the top-right-back vertex of the bounding box (maximum corner).
| |
| Size |
Gets the diagonal size of the bounding box.
|