#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_constants.h>
#include <OpenTissue/core/math/math_precision.h>
#include <OpenTissue/core/geometry/geometry_circumscribed_sphere.h>
#include <OpenTissue/collision/intersect/intersect_point_sphere.h>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Classes | |
class | OpenTissue::geometry::detail::ComputeSmallestSphere |
class | OpenTissue::geometry::detail::ComputeSmallestSphere::support_type< vector3_type_ > |
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
namespace | OpenTissue::geometry::detail |
Functions | |
template<typename vector3_iterator , typename sphere_type > | |
void | OpenTissue::geometry::compute_smallest_sphere (vector3_iterator begin, vector3_iterator end, sphere_type &sphere) |