Méthodes BoundingBox.Intersects

Teste BoundingBox pour l’intersection avec un autre objet.

Liste de surcharge

Méthode Description
BoundingBox::Intersects (XMVECTOR) Testez boundingBox pour l’intersection avec un plan.
BoundingBox::Intersects (const BoundingBox&) Teste BoundingBox pour l’intersection avec un autre BoundingBox.
BoundingBox::Intersects (const BoundingSphere&) Teste boundingBox pour l’intersection avec une limite.
BoundingBox::Intersects (const BoundingFrustum&) Testez boundingBox pour l’intersection avec un objet BoundingFrustum.
BoundingBox::Intersects (XMVECTOR,XMVECTOR,float&) Testez boundingBox pour l’intersection avec un rayon.
BoundingBox::Intersects (XMVECTOR,XMVECTOR,XMVECTOR) Testez boundingBox pour l’intersection avec un triangle.
BoundingBox::Intersects (const BoundingOrientedBox&) Testez boundingBox pour l’intersection avec un BoundingOrientedBox.

Voir aussi

Méthodes

Référence

Boundingbox