Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/core/geometry/geometry_compute_obb_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 matrix3x3_type >
void OpenTissue::geometry::compute_obb_aabb (vector3_type const &position, matrix3x3_type const &R, vector3_type const &ext, vector3_type &min_coord, vector3_type &max_coord)
template<typename obb_type , typename aabb_type >
void OpenTissue::geometry::compute_obb_aabb (obb_type const &obb, aabb_type &aabb)
template<typename obb_type >
geometry::AABB< typename
obb_type::math_types
OpenTissue::geometry::compute_obb_aabb (obb_type const &obb)