#include <OpenTissue/configuration.h>
#include <OpenTissue/core/geometry/geometry_plane.h>
#include <OpenTissue/core/containers/mesh/mesh.h>
#include <OpenTissue/core/math/math_eigen_system_decomposition.h>
#include <OpenTissue/core/math/math_covariance.h>
#include <OpenTissue/core/geometry/geometry_graham_scan.h>
#include <OpenTissue/core/math/math_constants.h>
#include <boost/numeric/conversion/cast.hpp>
#include <algorithm>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
Functions | |
template<typename vector3_iterator , typename prism_type > | |
void | OpenTissue::geometry::prism_fit (vector3_iterator begin, vector3_iterator end, prism_type &prism, bool const &use_convex_surface=true) |