#include "Wm4FoundationPCH.h"#include "Wm4ApprQuadraticFit3.h"#include "Wm4Eigen.h"Go to the source code of this file.
Namespaces | |
| namespace | Wm4 |
The namespace of the WildMagic library. | |
Functions | |
| template<class Real > | |
| Real | Wm4::QuadraticFit3 (int iQuantity, const Vector3< Real > *akPoint, Real afCoeff[10]) |
| template double | Wm4::QuadraticFit3< double > (int, const Vector3< double > *, double[10]) |
| template float | Wm4::QuadraticFit3< float > (int, const Vector3< float > *, float[10]) |
| template<class Real > | |
| Real | Wm4::QuadraticSphereFit3 (int iQuantity, const Vector3< Real > *akPoint, Vector3< Real > &rkCenter, Real &rfRadius) |
| template double | Wm4::QuadraticSphereFit3< double > (int, const Vector3< double > *, Vector3< double > &, double &) |
| template float | Wm4::QuadraticSphereFit3< float > (int, const Vector3< float > *, Vector3< float > &, float &) |
1.6.1