21 #ifndef bempp_ray_triangle_intersection_hpp
22 #define bempp_ray_triangle_intersection_hpp
24 #include "../common/common.hpp"
29 double zRayIntersectsTriangle(
30 const double *p,
const double *v0,
const double *v1,
const double *v2,
31 double* intersection);