Quick notation question:

When I have a MatrixTransform* mt and a Matrix m and I do this:
mt->postMult(m), which of the following am I mathematically doing?

mt = mt * m;

     or

mt = m * mt


Thanks,

Renan M Z Mendes
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to