#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_precision.h>
#include <OpenTissue/core/geometry/geometry_barycentric.h>
#include <OpenTissue/core/geometry/geometry_plane.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::intersect |
Functions | |
template<typename vector3_type , typename triangle_type > | |
bool | OpenTissue::intersect::line_triangle (vector3_type const &p0, vector3_type const &p1, triangle_type const &triangle, vector3_type &p) |