Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Skeleton.h146 … typedef std::pair<MatrixArray::const_iterator, MatrixArray::const_iterator> ConstMatrixRange; typedef
198 ConstMatrixRange GetAllMatrices() const in GetAllMatrices()
200 return ConstMatrixRange(m_Matrices.Begin(), m_Matrices.End()); in GetAllMatrices()