#include <TriangleIntersection.h>
Static Public Member Functions | |
bool | intersect (const Triangle &triangle, const Vector3 &point, float range=Math::epsilon) |
点交差 | |
bool | intersect (const Triangle &triangle0, const Triangle &triangle1) |
三角交差 |
Definition at line 36 of file TriangleIntersection.h.
|
三角交差
Definition at line 43 of file TriangleIntersection.cpp. |
|
点交差
Definition at line 34 of file TriangleIntersection.cpp. References Assert. |