- Represents
c++ class
- Wraps
osg::PositionAttitudeTransform
- Bases
osg.Transform
osg.PositionAttitudeTransform
- is a Transform. Sets the coordinate transform via a osg.Vec3
position and osg.Quat
attitude.
Constructors:
-
osg.PositionAttitudeTransform()
-
Methods:
-
:setPosition(osg.Vec3 pos)
-
- Параметры
pos (osg.Vec3
) –
-
:getPosition()
-
- Тип результата
osg.Vec3
-
:setAttitude(osg.Quat attitude)
-
- Параметры
attitude (osg.Quat
) –
-
:getAttitude()
-
- Тип результата
osg.Quat
-
:setScale(osg.Vec3 scale)
-
- Параметры
scale (osg.Vec3
) –
-
:getScale()
-
- Тип результата
osg.Vec3
-
:setPivotPoint(osg.Vec3 pivot)
-
- Параметры
pivot (osg.Vec3
) –
-
:getPivotPoint()
-
- Тип результата
osg.Vec3