Searched refs:dstT (Results 1 – 1 of 1) sorted by relevance
257 math::VEC3 dstT(dstMtx.f._03, dstMtx.f._13, dstMtx.f._23); in BlendTranslate() local258 BlendVector3(&dstT, &srcT, weight, false); in BlendTranslate()259 dst->SetTranslate(dstT); in BlendTranslate()