#include <vector>
#include <vcg/space/plane3.h>
#include <vcg/math/matrix44.h>
#include <vcg/math/matrix33.h>
#include <vcg/math/lin_algebra.h>
Go to the source code of this file.
Namespaces | |
namespace | vcg |
* | |
Functions | |
template<class S > | |
double | vcg::FIT_VExp (const Point3< S > &x, const int i) |
template<class S > | |
Point3< S > | vcg::PlaneFittingPoints (const std::vector< Point3< S > > &samples, Plane3< S > &p) |
template<class S > | |
Point3< S > | vcg::PlaneFittingPoints (const std::vector< Point3< S > > &samples, Plane3< S > &p, Point4< S > &eval, Matrix44< S > &evec) |
template<class S > | |
bool | vcg::PlaneFittingPointsOld (std::vector< Point3< S > > &samples, Plane3< S > &p) |