Ignore:
Timestamp:
Feb 13, 2011, 3:19:38 PM (13 years ago)
Author:
Torben Dannhauer
Message:

Clean up the spacemouse Node tracker a little bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/manip_Spacemouse/manip_nodeTrackerSpaceMouse.h

    r229 r230  
    200200        void addMouseEvent(const GUIEventAdapter& ea);
    201201
     202                /** Computes the world to local matrix */
     203                void computeNodeWorldToLocal(osg::Matrixd& worldToLocal) const;
     204
     205                /** Computes the local to world matrix */
     206        void computeNodeLocalToWorld(osg::Matrixd& localToWorld) const;
     207
    202208        void computeNodeCenterAndRotation(osg::Vec3d& center, osg::Quat& rotation) const;
    203209
Note: See TracChangeset for help on using the changeset viewer.