[][src]Module directx_math::collision::triangle_tests

Triangle intersection and containment functions.

Functions

ContainedBy

Test a triangle vs 6 planes (typically forming a frustum).

IntersectsPlane

Tests whether a triangle and a plane intersect.

IntersectsRay

Test whether a triangle intersects with a ray.

IntersectsTriangle

Test whether two triangles intersect