osg.AnimationPath.ControlPoint¶
-
class
osg.AnimationPath.
ControlPoint
¶ Represents: c++ class Wraps: osg::AnimationPath::ControlPoint Constructors:
-
osg.AnimationPath.
ControlPoint
()¶
-
osg.AnimationPath.
ControlPoint
(osg.Vec3 position, osg.Quat rotation) -
Параметры:
-
osg.AnimationPath.
ControlPoint
(osg.Vec3 position, osg.Quat rotation, osg.Vec3 scale) -
Параметры:
Methods:
-
:
interpolate
(double ratio, osg.AnimationPath.ControlPoint first, osg.AnimationPath.ControlPoint second)¶ -
Параметры: - ratio (double) –
- first (osg.AnimationPath.ControlPoint) –
- second (osg.AnimationPath.ControlPoint) –
-
:
getMatrix
()¶ -
Тип результата: osg.Matrix
-
:
getInverse
()¶ -
Тип результата: osg.Matrix
-