|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
| namespace | igl::predicates |
Functions | |
| template<typename Vector3D> | |
| bool | igl::predicates::triangle_triangle_intersect (const Vector3D &a1, const Vector3D &a2, const Vector3D &a3, const Vector3D &b1, const Vector3D &b2, const Vector3D &b3, bool &coplanar) |
| Triangle-triangle intersection test using exact predicates. | |