#include <vcg/math/histogram.h>
#include <vcg/complex/algorithms/update/curvature.h>
#include <vcg/complex/algorithms/update/flag.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | vcg::tri::CrossField< MeshType > |
Namespaces | |
namespace | vcg |
* | |
namespace | vcg::tri |
Functions | |
template<typename ScalarType > | |
vcg::Point2< ScalarType > | vcg::tri::InterpolateNRosy2D (const std::vector< vcg::Point2< ScalarType > > &V, const std::vector< ScalarType > &W, const int N) |
template<typename ScalarType > | |
vcg::Point3< ScalarType > | vcg::tri::InterpolateNRosy3D (const std::vector< vcg::Point3< ScalarType > > &V, const std::vector< vcg::Point3< ScalarType > > &Norm, const std::vector< ScalarType > &W, const int N, const vcg::Point3< ScalarType > &TargetN) |