Inheritance diagram for osg::Transform::ComputeTransformCallback:
Public Methods | |
virtual const bool | computeLocalToWorldMatrix (Matrix &matrix, const Transform *transform, NodeVisitor *nv) const=0 |
Get the transformation matrix which moves from local coords to world coords. | |
virtual const bool | computeWorldToLocalMatrix (Matrix &matrix, const Transform *transform, NodeVisitor *nv) const=0 |
Get the transformation matrix which moves from world coords to local coords. |
|
Get the transformation matrix which moves from local coords to world coords.
|
|
Get the transformation matrix which moves from world coords to local coords.
|