14 #ifndef OSG_MATRIXTRANSFORM
15 #define OSG_MATRIXTRANSFORM 1
17 #include <osg/Transform>
44 void setMatrix(
const Matrix& mat) { _matrix = mat; _inverseDirty=
true; dirtyBound(); }
50 void preMult(
const Matrix& mat) { _matrix.preMult(mat); _inverseDirty=
true; dirtyBound(); }
53 void postMult(
const Matrix& mat) { _matrix.postMult(mat); _inverseDirty=
true; dirtyBound(); }
61 _inverseDirty =
false;
#define META_Node(library, name)
bool invert(const Matrixd &rhs)