DirectXMath triangle test functions

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.

 

DirectXMath Library Functions