#include "sysdep.h"
#include "mytritri.h"
Go to the source code of this file.
Functions | |
Vector3D | my_tri_tri_intersect (const Triangle& t1, const Triangle& t2) |
|
A slower triangle-triangle intersection test, that returns the point of intersection. |