Inheritance diagram for osg::PositionAttitudeTransform:
Public Methods | |
PositionAttitudeTransform () | |
PositionAttitudeTransform (const PositionAttitudeTransform &pat, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
META_Node (osg, PositionAttitudeTransform) | |
void | setPosition (const Vec3 &pos) |
const Vec3 & | getPosition () const |
void | setAttitude (const Quat &quat) |
const Quat & | getAttitude () const |
void | setPivotPoint (const Vec3 &pivot) |
const Vec3 & | getPivotPoint () const |
virtual const bool | computeLocalToWorldMatrix (Matrix &matrix, NodeVisitor *nv) const |
virtual const bool | computeWorldToLocalMatrix (Matrix &matrix, NodeVisitor *nv) const |
Protected Attributes | |
Vec3 | _position |
Quat | _attitude |
Vec3 | _pivotPoint |
|
|
|
|
|
Reimplemented from osg::Transform. |
|
Reimplemented from osg::Transform. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|