Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Skeleton.h146 typedef std::pair<MatrixArray::iterator, MatrixArray::iterator> MatrixRange; typedef
194 MatrixRange GetAllMatrices() in GetAllMatrices()
196 return MatrixRange(m_Matrices.Begin(), m_Matrices.End()); in GetAllMatrices()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SkeletonUpdater.cpp78 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateWorld()
235 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateView()