#include <OSGBase.h>#include <OSGMatrix.h>#include <string>#include "OSGLinearTransform.inl"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Classes | |
| class | osg::LinearTransform< ValueTypeT > |
| A transform that behaves linear under multiplication (+) and scalar multiplication (*). More... | |
Defines | |
| #define | OSGLINEARTRANSFORM_HEADER_CVSID "@(#)$Id: $" |
Typedefs | |
| typedef LinearTransform< Real32 > | osg::LinearTransform4f |
| Matrix4f. | |
Functions | |
operators | |
| template<class ValueTypeT> | |
| LinearTransform< ValueTypeT > | osg::operator* (const ValueTypeT s, const LinearTransform< ValueTypeT > <) |
| #define OSGLINEARTRANSFORM_HEADER_CVSID "@(#)$Id: $" |
Definition at line 229 of file OSGLinearTransform.h.
1.5.5