Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_TransformAnimBlendOp.cpp257 math::VEC3 dstT(dstMtx.f._03, dstMtx.f._13, dstMtx.f._23); in BlendTranslate() local
258 BlendVector3(&dstT, &srcT, weight, false); in BlendTranslate()
259 dst->SetTranslate(dstT); in BlendTranslate()