GMTL/OpenSG conversion functions. More...
#include <gmtl/Matrix.h>
#include <gmtl/Generate.h>
#include <OpenSG/OSGMatrix.h>
Go to the source code of this file.
Namespaces | |
namespace | gmtl |
Meta programming classes. | |
Functions | |
Matrix44f & | gmtl::set (Matrix44f &mat, const OSG::Matrix &osgMat) |
Converts an OpenSG matrix to a gmtl::Matrix. | |
OSG::Matrix & | gmtl::set (OSG::Matrix &osgMat, const Matrix44f &mat) |
Converts a GMTL matrix to an OpenSG matrix. |
GMTL/OpenSG conversion functions.
Methods to convert between GTML and OpenSG matrix classes.
Definition in file OpenSGConvert.h.