#include <OpenTissue/configuration.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::intersect |
Functions | |
template<typename vector3_type > | |
bool | OpenTissue::intersect::point_aabb (vector3_type const &p, vector3_type const &min_coord, vector3_type const &max_coord) |
template<typename vector3_type , typename aabb_type > | |
bool | OpenTissue::intersect::point_aabb (vector3_type const &p, aabb_type const &aabb) |