patrickh 2005/06/04 17:48:52 PDT
Modified files:
modules/GMTL/python/src/gmtl _Point_double_2.cpp
_Point_double_3.cpp
_Point_float_2.cpp
_Point_float_3.cpp
_Point_int_2.cpp _Point_int_3.cpp
Log:
Handle the case when a gmtl::Point* is constructed from a vector expression
template.
Revision Changes Path
1.2 +10 -3 GGT/modules/GMTL/python/src/gmtl/_Point_double_2.cpp
1.2 +9 -3 GGT/modules/GMTL/python/src/gmtl/_Point_double_3.cpp
1.4 +8 -2 GGT/modules/GMTL/python/src/gmtl/_Point_float_2.cpp
1.4 +8 -2 GGT/modules/GMTL/python/src/gmtl/_Point_float_3.cpp
1.4 +8 -2 GGT/modules/GMTL/python/src/gmtl/_Point_int_2.cpp
1.4 +8 -2 GGT/modules/GMTL/python/src/gmtl/_Point_int_3.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_double_2.cpp.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_double_3.cpp.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_float_2.cpp.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_float_3.cpp.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_int_2.cpp.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_int_3.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|