osg.MatrixList

class osg.MatrixList
Represents:

c++ class

Wraps:

std::vector<osg::Matrix>

Constructors:

osg.MatrixList()

osg.MatrixList(osg.MatrixList matrixList)

Parameters:

matrixList (osg.MatrixList) –

Methods:

:at(unsigned index)

Parameters:

index (unsigned) –

Return type:

osg.Matrix

:front()

Return type:

osg.Matrix

:back()

Return type:

osg.Matrix

:size()

Return type:

int

:push_back(osg.Matrix matrix)

Parameters:

matrix (osg.Matrix) –