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