|
From: Allen B. <al...@us...> - 2003-02-25 05:17:01
|
allenb 2003/02/24 21:17:00 PST
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Matrix.h MatrixOps.h
Log:
Changed Matrix::op[] to allow element access in row, column form.
To access the matrix elements directly, you must now use Matrix::mData[elt].
Revision Changes Path
1.66 +3 -0 GGT/modules/GMTL/ChangeLog
1.25 +31 -6 GGT/modules/GMTL/gmtl/Matrix.h
1.28 +8 -8 GGT/modules/GMTL/gmtl/MatrixOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.65&r2=1.66&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.24&r2=1.25&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/MatrixOps.h.diff?r1=1.27&r2=1.28&diff_format=l
|