MDLAxisAlignedBoundingBox 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.
A bounding box whose axes are aligned with its coordinate system.
public struct MDLAxisAlignedBoundingBox
type MDLAxisAlignedBoundingBox = struct
- Inheritance
-
MDLAxisAlignedBoundingBox
Constructors
MDLAxisAlignedBoundingBox(Vector3, Vector3) |
Creates a new MDLAxisAlignedBoundingBox with the specified minimum and maximum bounds. |
Fields
MaxBounds |
Gets the maximum bounds. |
MinBounds |
Gets the minimum bounds. |