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