|
BRL-CAD
|
Go to the source code of this file.
Functions | |
| int | bg_tri_tri_isect_coplanar (const point_t V0, const point_t V1, const point_t V2, const point_t U0, const point_t U1, const point_t U2, int area_flag) |
| Tomas Möller's triangle/triangle intersection routines from the article. | |
| int | bg_tri_tri_isect_coplanar2 (const point_t V0, const point_t V1, const point_t V2, const point_t U0, const point_t U1, const point_t U2, int area_flag) |
| int | bg_tri_tri_isect (const point_t V0, const point_t V1, const point_t V2, const point_t U0, const point_t U1, const point_t U2) |
| int | bg_tri_tri_isect_with_line (const point_t V0, const point_t V1, const point_t V2, const point_t U0, const point_t U1, const point_t U2, int *coplanar, point_t *isectpt1, point_t *isectpt2) |