BoundingBox. croisements, méthodes
Teste BoundingBox pour l’intersection avec un autre objet.
Liste de surcharge
| Méthode | Description |
|---|---|
| BoundingBox :: intersections (XMVECTOR) | Testez BoundingBox pour l’intersection avec un plan. |
| BoundingBox :: croisements (const BoundingBox&) | Teste BoundingBox pour l’intersection avec un autre BoundingBox. |
| BoundingBox :: croisements (const BoundingSphere&) | Teste BoundingBox pour l’intersection avec un BoundingSphere. |
| BoundingBox :: croisements (const BoundingFrustum&) | Testez BoundingBox pour l’intersection avec un BoundingFrustum. |
| BoundingBox :: intersections (XMVECTOR, XMVECTOR, float&) | Testez BoundingBox pour l’intersection avec un rayon. |
| BoundingBox :: intersections (XMVECTOR, XMVECTOR, XMVECTOR) | Testez BoundingBox pour l’intersection avec un triangle. |
| BoundingBox :: croisements (const BoundingOrientedBox&) | Testez BoundingBox pour l’intersection avec un BoundingOrientedBox. |
Voir aussi
-
Référence