BoundingBox.Contains methods

Tests whether the BoundingBox contains a specified object.

Overload list

Method Description
BoundingBox::Contains (XMVECTOR) Tests whether the BoundingBox contains a specified point.
BoundingBox::Contains (const BoundingBox&) Tests whether the BoundingBox contains another BoundingBox.
BoundingBox::Contains (const BoundingSphere&) Tests whether the BoundingBox contains a specified BoundingSphere.
BoundingBox::Contains (const BoundingFrustum&) Tests whether the BoundingBox contains the specified BoundingFrustum.
BoundingBox::Contains (XMVECTOR,XMVECTOR,XMVECTOR) Test whether the BoundingBox contains a specified triangle.
BoundingBox::Contains (const BoundingOrientedBox&) Tests whether the BoundingBox contains the specified BoundingOrientedBox.

See also

Methods

Reference

BoundingBox