RectangleBoundingBox Properties |
The RectangleBoundingBox type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleToAxis |
The angle of the bounding box in relation to the axis (the coordinate system's X-plane).
| |
| Height |
The height of the bounding box.
| |
| LowerLeft |
The lower left corner point of the bounding box.
| |
| LowerRight |
The lower right corner point of the bounding box.
| |
| MaxPoint |
The maximum point of the axis-aligned 3d bounding box.
(Inherited from AABB.) | |
| MinPoint |
The minimum point of the axis-aligned 3d bounding box.
(Inherited from AABB.) | |
| UpperLeft |
The upper left corner point of the bounding box.
| |
| UpperRight |
The upper right corner point of the bounding box.
| |
| Width |
The width of the bounding box.
|