Home | History | Annotate | Download | only in Imath

Lines Matching full:weights

106 procrustesRotationAndTranslation (const Vec3<T>* A, const Vec3<T>* B, const T* weights, const size_t numPoints, const bool doScale)
116 if (weights == 0)
129 const double w = weights[i];
153 if (weights == 0)
162 const double w = weights[i];
198 if (weights == 0)
206 traceATA += ((double) weights[i]) * ((V3d) A[i] - Acenter).length2();
254 template M44d procrustesRotationAndTranslation (const V3d* from, const V3d* to, const double* weights, const size_t numPoints, const bool doScale);
255 template M44d procrustesRotationAndTranslation (const V3f* from, const V3f* to, const float* weights, const size_t numPoints, const bool doScale);