Hi Renan,

mt->postMult(m) is mt = mt * m;

Robert.

On Thu, Mar 6, 2008 at 7:29 PM, Renan Mendes <[EMAIL PROTECTED]> wrote:
> 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
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to