OpenSceneGraph/include
Robert Osfield f848c54ba3 Made the following name changes to Matrix and Quat to clean them up and make
the functionality clear given the name.  This will break user code unfortunately
so please be away of the following mapping.

  osg::Matrix::makeTrans(..)?\026 -> osg::Matrix::makeTranslate(..)
  osg::Matrix::makeRot(..)?\026   -> osg::Matrix::makeRotate(..)
  osg::Matrix::trans(..)?\026     -> osg::Matrix::translate(..)

  osg::Quat::makeRot(..)?\026     -> osg::Quat::makeRotate(..)

Also updated the rest of the OSG distribution to use the new names, and
have removed the old deprecated Matrix methods too.
2001-12-12 20:29:10 +00:00
..
osg Made the following name changes to Matrix and Quat to clean them up and make 2001-12-12 20:29:10 +00:00
osgDB Fixes for IRIX build. 2001-11-14 14:09:07 +00:00
osgGLUT Added new osgGLUT::Window base class which is very basic right now, all it does 2001-10-23 15:55:01 +00:00
osgText Fixes for IRIX build. 2001-11-14 14:09:07 +00:00
osgUtil Various files which should have been checked in earlier but were missed... 2001-12-04 20:38:27 +00:00
osgWX Added the Copyright message to the top of osgWX, with Ben Disoe's name as 2001-10-04 16:49:13 +00:00