|
From: Patrick H. <pat...@us...> - 2005-06-04 19:45:49
|
patrickh 2005/06/04 12:45:39 PDT
Modified files:
modules/GMTL/python/src gmtl-array-wrappers.h
modules/GMTL/python/src/gmtl _Matrix_float_3_3.cpp
_Matrix_float_4_4.cpp
Log:
Simplify wrapper functions related to gmtl::Matrix<T,R,C> through the use
of a basic feature of C++ templates.
Revision Changes Path
1.3 +18 -48 GGT/modules/GMTL/python/src/gmtl-array-wrappers.h
1.10 +4 -4 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp
1.10 +4 -4 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_4_4.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-array-wrappers.h.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp.diff?r1=1.9&r2=1.10&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Matrix_float_4_4.cpp.diff?r1=1.9&r2=1.10&diff_format=l
|