BoundingBox Methods

Method Description
Contains
Tests whether the BoundingBox contains a specified object.
CreateFromPoints
Creates a BoundingBox from points.
Intersects
Tests the BoundingBox for intersection with another object.
Transform
Transforms the BoundingBox.
ContainedBy
Tests whether the BoundingBox is contained by the specified frustum.
CreateFromSphere
Creates a BoundingBox large enough to contain the a specified BoundingSphere.
CreateMerged
Creates a BoundingBox large enough to contains two specified BoundBox intances.
GetCorners
Retrieves the corners of the BoundingBox.
op_Assignment
Copies values from another BoundingBox.

 

BoundingBox