14#ifndef OSG_MATRIXTRANSFORM
15#define OSG_MATRIXTRANSFORM 1
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;
bool invert(const Matrixd &rhs)
Definition Matrixd:233
Definition NodeVisitor:82
author: Julien Valentin 2017 (mp3butcher@hotmail.com)
Definition AlphaFunc:19
#define OSG_EXPORT
Definition osg/Export:39