#include "Wm4FoundationLIB.h"
#include "Wm4Vector3.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<class Real > | |
Real | Wm4::QuadraticSphereFit3 (int iQuantity, const Vector3< Real > *akPoint, Vector3< Real > &rkCenter, Real &rfRadius) |