Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Skeleton.h144 typedef std::pair<MatrixArray::iterator, MatrixArray::iterator> MatrixRange; typedef
192 MatrixRange GetAllMatrices() in GetAllMatrices()
194 return MatrixRange(m_Matrices.Begin(), m_Matrices.End()); in GetAllMatrices()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SkeletonUpdater.cpp76 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateWorld()
233 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateView()