Searched refs:MatrixRange (Results 1 – 2 of 2) sorted by relevance
144 typedef std::pair<MatrixArray::iterator, MatrixArray::iterator> MatrixRange; typedef192 MatrixRange GetAllMatrices() in GetAllMatrices()194 return MatrixRange(m_Matrices.Begin(), m_Matrices.End()); in GetAllMatrices()
76 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateWorld()233 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateView()