osg.MatrixTransform¶
-
class
osg.
MatrixTransform
¶ Represents: c++ class Wraps: osg::MatrixTransform Bases: osg.Transform
Constructors:
-
osg.
MatrixTransform
()¶
Methods:
-
:
setMatrix
(osg.Matrix matrix)¶ -
Параметры: matrix ( osg.Matrix
) –
-
:
getMatrix
()¶ -
Тип результата: osg.Matrix
-
:
preMult
(osg.Matrix matrix)¶ -
Параметры: matrix ( osg.Matrix
) –
-
:
postMult
(osg.Matrix matrix)¶ -
Параметры: matrix ( osg.Matrix
) –
-
:
getInverseMatrix
()¶ -
Тип результата: osg.Matrix
-
:
setLocalToWorldImpl
(luafunction__ cb)¶ -
Параметры: cb ( luafunction
) –
-
:
setWorldToLocalImpl
(luafunction__ cb)¶ -
Параметры: cb ( luafunction
) –
-