MDLAxisAlignedBoundingBox(Vector3, Vector3) Constructor
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.
Creates a new MDLAxisAlignedBoundingBox with the specified minimum and maximum bounds.
public MDLAxisAlignedBoundingBox (OpenTK.Vector3 maxBounds, OpenTK.Vector3 minBounds);
new ModelIO.MDLAxisAlignedBoundingBox : OpenTK.Vector3 * OpenTK.Vector3 -> ModelIO.MDLAxisAlignedBoundingBox
Parameters
- maxBounds
- Vector3
- minBounds
- Vector3