OpenSceneGraph/include/osg
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
..
AlphaFunc Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Billboard Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
BoundingBox Fixed inlcude/BoundingBox to compile under Windows. 2001-11-06 11:36:11 +00:00
BoundingSphere Added methods to support isNaN,isInfinte and valid to osg::Vec* and osg::Math, 2001-11-06 10:34:51 +00:00
BoundsChecking Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Camera Beginings of support for quad bufferd, red/green, and slit screen stereo. 2001-12-02 22:20:46 +00:00
ClippingVolume Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ClipPlane Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ColorMask Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
CullFace Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Depth Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Drawable Updated index.html with dependacy info about the new osgText library. 2001-11-02 12:26:33 +00:00
EarthSky Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Export Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Fog Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
FrameStamp Reverted Bryan's changes to FrameStamp w.r.t std::tm structure which doesn't 2001-10-16 21:47:47 +00:00
FrontFace Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Geode Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GeoSet Fixed problem with loading interleaved arrays in the .osg loader, and corrected 2001-12-12 12:55:01 +00:00
GL Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GLExtensions Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GLU Corrected a small booboo in preprocessor guard for header file in GLU and 2001-12-02 08:59:39 +00:00
Group Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Image Various files which should have been checked in earlier but were missed... 2001-12-04 20:38:27 +00:00
Impostor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
ImpostorSprite Integrated Geoff Michel's updates to Stats code, whilest move all text rendering 2001-10-22 22:02:47 +00:00
Light Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
LightSource Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
LineSegment Added methods to support isNaN,isInfinte and valid to osg::Vec* and osg::Math, 2001-11-06 10:34:51 +00:00
LOD Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Material Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Math Made the following name changes to Matrix and Quat to clean them up and make 2001-12-12 20:29:10 +00:00
Matrix Made the following name changes to Matrix and Quat to clean them up and make 2001-12-12 20:29:10 +00:00
mem_ptr Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
MemoryAdapter Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Node Added osgText::Paragraph which is a subclass from Geode which composes a 2001-11-09 15:06:01 +00:00
NodeCallback Fixed compilation error in src/osgDB/FileUtils.cpp. 2001-11-11 22:32:59 +00:00
NodeVisitor Added support for DYNAMIC/STATIC osg::Transform types and added new osg::Drawable::getStats 2001-10-10 20:20:14 +00:00
Notify Fixed compilation problems under Windows due to changes in using std::ostream etc. 2001-12-11 16:00:32 +00:00
Object Updates to Makefiles to include osgText. 2001-11-02 20:11:37 +00:00
Plane Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Point Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
PolygonMode Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
PolygonOffset Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Quat Made the following name changes to Matrix and Quat to clean them up and make 2001-12-12 20:29:10 +00:00
ref_ptr Fixed compilation error in src/osgDB/FileUtils.cpp. 2001-11-11 22:32:59 +00:00
Referenced Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
State Integrated Geoff Michel's updates to Stats code, whilest move all text rendering 2001-10-22 22:02:47 +00:00
StateAttribute Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
StateSet Added a bool paramter to osg::StateSet::compare(const StateSet& rhs,bool compareAttributeContents=false) const; 2001-10-31 20:04:32 +00:00
Statistics Integrated updates to stats sent in my Geoff Michel. 2001-11-04 19:29:20 +00:00
Stencil Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Switch Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TexEnv Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TexGen Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TexMat Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Texture Various files which should have been checked in earlier but were missed... 2001-12-04 20:38:27 +00:00
Timer *** empty log message *** 2001-10-16 20:56:46 +00:00
Transform Made the following name changes to Matrix and Quat to clean them up and make 2001-12-12 20:29:10 +00:00
Transparency Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Types Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Vec2 Removed the 'using namespace std' and replaced with more specific 'using std::ostream' 2001-12-11 11:22:44 +00:00
Vec3 Removed the 'using namespace std' and replaced with more specific 'using std::ostream' 2001-12-11 11:22:44 +00:00
Vec4 Removed the 'using namespace std' and replaced with more specific 'using std::ostream' 2001-12-11 11:22:44 +00:00
Version Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Viewport Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00