Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/core/geometry/geometry_compute_sphere_aabb.h File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/geometry/geometry_aabb.h>

Go to the source code of this file.

Namespaces

namespace  OpenTissue
namespace  OpenTissue::geometry

Functions

template<typename vector3_type , typename real_type >
void OpenTissue::geometry::compute_sphere_aabb (vector3_type const &center, real_type const &radius, vector3_type &min_coord, vector3_type &max_coord)
template<typename sphere_type , typename aabb_type >
void OpenTissue::geometry::compute_sphere_aabb (sphere_type const &sphere, aabb_type &aabb)
template<typename sphere_type >
geometry::AABB< typename
sphere_type::math_types
OpenTissue::geometry::compute_sphere_aabb (sphere_type const &sphere)