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