Searched refs:addedWeight (Results 1 – 1 of 1) sorted by relevance
202 float& addedWeight = dstMtx.f._11; in BlendRotateQuaternion() local215 addedWeight = weight; in BlendRotateQuaternion()221 addedWeight += weight; in BlendRotateQuaternion()222 const float t = (addedWeight != 0.0f) ? weight / addedWeight : 0.0f; in BlendRotateQuaternion()