osg.MatrixList¶
-
class
osg.
MatrixList
¶ Represents: c++ class Wraps: std::vector<osg::Matrix> Constructors:
-
osg.
MatrixList
()¶
-
osg.
MatrixList
(osg.MatrixList matrixList) -
Параметры: matrixList (osg.MatrixList) –
Methods:
-
:
at
(int index)¶ -
Параметры: index (int) – Тип результата: osg.Matrix
-
:
front
()¶ -
Тип результата: osg.Matrix
-
:
back
()¶ -
Тип результата: osg.Matrix
-
:
size
()¶ -
Тип результата: int
-
:
push_back
(osg.Matrix matrix)¶ -
Параметры: matrix (osg.Matrix) –
-