Lists the triangle test functions provided by the DirectXMath TriangleTests namespace.
| Name | Description |
|---|---|
| ContainedBy | Tests whether a triangle is contained within six planes (typically a frustum). |
| Intersects (triangle-plane) | Tests whether a triangle and a plane intersect. |
| Intersects (triangle-ray) | Test whether a triangle intersects with a ray. |
| Intersects (triangle-triangle) | Test whether two triangles intersect. |