BRL-CAD
tri_ray.h File Reference
#include "common.h"
#include "vmath.h"
#include "bg/defines.h"
Include dependency graph for tri_ray.h:
This graph shows which files directly or indirectly include this file:

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...