Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Lists the triangle test functions provided by the DirectXMath TriangleTests namespace.
Term | 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. |
Related topics