Changeset 230 for osgVisual/trunk/include/manip_Spacemouse
- Timestamp:
- Feb 13, 2011, 3:19:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/manip_Spacemouse/manip_nodeTrackerSpaceMouse.h
r229 r230 200 200 void addMouseEvent(const GUIEventAdapter& ea); 201 201 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 202 208 void computeNodeCenterAndRotation(osg::Vec3d& center, osg::Quat& rotation) const; 203 209
Note: See TracChangeset
for help on using the changeset viewer.