OrientedBox Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An oriented bounding box (OBB).
public value class OrientedBox
public struct OrientedBox
type OrientedBox = struct
Public Structure OrientedBox
- Inheritance
-
OrientedBox
Fields
Center |
Center of the box. |
HalfExtents |
The box's extents along each axis (in its local space). |
Rotation |
How the box is oriented at the center position. |