Home
last modified time | relevance | path

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

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