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