Set of intersection functions. More...
Go to the source code of this file.
Defines | |
#define | BVGL_INTERSECTION(T) extern "please include bbas/bvgl/bvgl_intersection.txx first" |
Functions | |
template<typename T > | |
bool | bvgl_intersection (vgl_box_3d< T > const &A, bvgl_triangle_3d< T > const &B) |
returns true if 3d box A intersects with 3d triangle B. |
Set of intersection functions.
Definition in file bvgl_intersection.h.
#define BVGL_INTERSECTION | ( | T | ) | extern "please include bbas/bvgl/bvgl_intersection.txx first" |
Definition at line 17 of file bvgl_intersection.h.
bool bvgl_intersection | ( | vgl_box_3d< T > const & | A, |
bvgl_triangle_3d< T > const & | B | ||
) |
returns true if 3d box A intersects with 3d triangle B.
Definition at line 81 of file bvgl_intersection.txx.