|
BRL-CAD
|
Go to the source code of this file.
Functions | |
| int | bg_isect_tri_ray (const point_t orig, const point_t dir, const point_t vert0, const point_t vert1, const point_t vert2, point_t *isect) |
| Möller & Trumbore's triangle/ray intersection test. More... | |