#include <osg/Object>
#include <osg/Vec3f>
#include <osg/Vec3d>
#include <osg/Vec4f>
#include <osg/Vec4d>
#include <osg/Quat>
#include <string.h>
#include <ostream>
#include <algorithm>
Namespaces | |
namespace | osg |
Classes | |
class | osg::Matrixd |
class | osg::RefMatrixd |
Defines | |
#define | OSG_MATRIXD 1 |
Functions | |
Vec3f | osg::operator * (const Vec3f &v, const Matrixd &m) |
Vec3d | osg::operator * (const Vec3d &v, const Matrixd &m) |
Vec4f | osg::operator * (const Vec4f &v, const Matrixd &m) |
Vec4d | osg::operator * (const Vec4d &v, const Matrixd &m) |
std::ostream & | osg::operator<< (std::ostream &os, const Matrixd &m) |
|
|