#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_vector3.h>
#include <OpenTissue/core/math/math_matrix3x3.h>
#include <OpenTissue/core/containers/mesh/mesh.h>
#include <OpenTissue/core/math/math_covariance.h>
#include <OpenTissue/core/math/math_eigen_system_decomposition.h>
#include <algorithm>
#include <cmath>
#include <iostream>
#include <OpenTissue/core/math/math_constants.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
Functions | |
template<typename vector3_iterator , typename obb_type > | |
void | OpenTissue::geometry::obb_fit (vector3_iterator begin, vector3_iterator end, obb_type &obb, bool const &use_convex_surface=true) |