#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_constants.h>
#include <OpenTissue/core/math/math_precision.h>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
Functions | |
template<typename vector3_type , typename sphere_type > | |
void | OpenTissue::geometry::compute_circumscribed_sphere (vector3_type const &p, sphere_type &sphere) |
template<typename vector3_type , typename sphere_type > | |
void | OpenTissue::geometry::compute_circumscribed_sphere (vector3_type const &p0, vector3_type const &p1, sphere_type &sphere) |
template<typename vector3_type , typename sphere_type > | |
void | OpenTissue::geometry::compute_circumscribed_sphere (vector3_type const &p0, vector3_type const &p1, vector3_type const &p2, sphere_type &sphere) |
template<typename vector3_type , typename sphere_type > | |
void | OpenTissue::geometry::compute_circumscribed_sphere (vector3_type const &p0, vector3_type const &p1, vector3_type const &p2, vector3_type const &p3, sphere_type &sphere) |