Module triangle_tests

Source
Expand description

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