Searched refs:MatrixRange (Results 1 – 2 of 2) sorted by relevance
146 typedef std::pair<MatrixArray::iterator, MatrixArray::iterator> MatrixRange; typedef194 MatrixRange GetAllMatrices() in GetAllMatrices()196 return MatrixRange(m_Matrices.Begin(), m_Matrices.End()); in GetAllMatrices()
78 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateWorld()235 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateView()