Edit

BoundingOrientedBox.Intersects methods

Tests the BoundingOrientedBox for intersection with another object.

Overload list

Method Description
BoundingOrientedBox::Intersects (XMVECTOR) Tests the BoundingOrientedBox for intersection with a plane.
BoundingOrientedBox::Intersects (const BoundingBox&) Tests the BoundingOrientedBox for intersection with a BoundingBox.
BoundingOrientedBox::Intersects (const BoundingSphere&) Tests the BoundingOrientedBox for intersection with a BoundingSphere.
BoundingOrientedBox::Intersects (const BoundingFrustum&) Tests the BoundingOrientedBox for intersection with a BoundingFrustum.
BoundingOrientedBox::Intersects (XMVECTOR,XMVECTOR,float&) Tests the BoundingOrientedBox for intersection with a ray.
BoundingOrientedBox::Intersects (XMVECTOR,XMVECTOR,XMVECTOR) Tests the BoundingOrientedBox for intersection with a triangle.
BoundingOrientedBox::Intersects (const BoundingOrientedBox&) Tests the BoundingOrientedBox for intersection with a BoundingOrientedBox.

See also

Methods

Reference

BoundingOrientedBox