Searched refs:srcT (Results 1 – 1 of 1) sorted by relevance
356 math::VEC3 srcT(srcMtx.f._03, srcMtx.f._13, srcMtx.f._23); in BlendTranslate() local359 VEC3Scale(&srcT, &srcT, weight); in BlendTranslate()360 dst->SetTranslate(srcT); in BlendTranslate()366 BlendVector3(&dstT, &srcT, weight, false); in BlendTranslate()