Home
last modified time | relevance | path

Searched refs:dstT (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_TransformAnim.cpp365 math::VEC3 dstT(dstMtx.f._03, dstMtx.f._13, dstMtx.f._23); in BlendTranslate() local
366 BlendVector3(&dstT, &srcT, weight, false); in BlendTranslate()
367 dst->SetTranslate(dstT); in BlendTranslate()