#include <base.h>
Public Member Functions | |
| virtual bool | computeLocalToWorldMatrix (osg::Matrix &matrix, osg::NodeVisitor *nv) const |
| Get the transformation matrix which moves from local coords to world coords. | |
| virtual bool | computeWorldToLocalMatrix (osg::Matrix &matrix, osg::NodeVisitor *nv) const |
| Get the transformation matrix which moves from world coords to local coords. | |
| bool computeLocalToWorldMatrix | ( | osg::Matrix & | matrix, | |
| osg::NodeVisitor * | nv | |||
| ) | const [virtual] |
Get the transformation matrix which moves from local coords to world coords.
| bool computeWorldToLocalMatrix | ( | osg::Matrix & | matrix, | |
| osg::NodeVisitor * | nv | |||
| ) | const [virtual] |
Get the transformation matrix which moves from world coords to local coords.
1.4.7