#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <OpenTissue/core/math/math_basic_types.h>
#include <OpenTissue/core/geometry/geometry_compute_inscribed_sphere.h>
#include <boost/cast.hpp>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
Functions | |
template<typename vector3_type > | |
vector3_type::value_type | OpenTissue::geometry::compute_inscribed_radius_length_quality_measure (vector3_type const &p0, vector3_type const &p1, vector3_type const &p2, vector3_type const &p3) |