Hi, can somebody explain to me why in Matrixd/Matrixf there is a getRotate, setRotate, getTrans, setTrans, getScale ... but no setScale? is there a reason for this?
and why do i have to pass a matrix to the (non-static) bool Matrix::invert method? Cheers, Jason PS: a Matrix& MatrixTransform::getMatrix (no const reference) would also be nice, so i could operate on the contained matrix directly if i wanted to and would not have to copy it with getMatrix and copy it again with setMatrix...) ------------------------ ithrak (Jason Fisher) ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=26806#26806 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

