#include <OpenTissue/configuration.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::intersect |
Functions | |
template<typename vector3_type , typename real_type > | |
bool | OpenTissue::intersect::point_sphere (vector3_type const &p, vector3_type const ¢er, real_type const &squared_radius) |
template<typename vector3_type , typename sphere_type > | |
bool | OpenTissue::intersect::point_sphere (vector3_type const &p, sphere_type const &sphere) |