|
From: Kevin M. <sub...@us...> - 2003-04-11 05:20:39
|
subatomic 2003/04/10 22:20:37 PDT
Modified files:
modules/GMTL/gmtl Matrix.h
Log:
Unconfused/Unobfuscated the matrix documentation.
The problem was that the previous docs didn't discuss interface, rather they assumed that all C/C++ matrices were accessed [row][col], same as gmtl.
Also, it talked in terms of OpenGL, rather than explaining really how GMTL was memory mapped.
I've hopefully clarified this, and in addition tried to keep the old information with the new flavor of how things are accessed, and some API
agnostisity.
Hopefully this is more clear to everyone.
Revision Changes Path
1.29 +63 -22 GGT/modules/GMTL/gmtl/Matrix.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.28&r2=1.29&diff_format=l
|