Hi Renan,

What would a "getCoefficients" method do??  Do you mean just the 4x4
float/double elements in the matrix?  If so there are already methods
for accessing the raw data via ptr() and operator(i,j) for accessing
the elements.

On Sun, Mar 9, 2008 at 9:43 PM, Renan Mendes <[EMAIL PROTECTED]> wrote:
> Hi,
>
>      I'm new in using open source software. Because of that I don't know how
> to modify the library's code according to my needs. For instance, I'd like
> to create a getCoefficients() function in osg::Matrix, but I don't know
> where to make that change. I'm using windows and I've followed the
> installation step-by-step guide shown on OSG's website. Can anybody teach me
> how to do it? 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