|
From: Patrick H. <pat...@us...> - 2006-06-08 21:00:04
|
patrickh 2006/06/08 14:00:03 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/Test/TestSuite/TestCases IntersectionTest.cpp
IntersectionTest.h
modules/GMTL/gmtl Intersection.h
modules/GMTL/python/src gmtl-intersect-wrappers.h
modules/GMTL/python/src/gmtl _gmtl_intersect_wrappers_h.cpp
Log:
Added overloads of gmtl::intersect() for gmtl::AABox<T> that test for
intersection with gmtl::LineSeg<T> and gmtl::Ray<T>.
Revision Changes Path
1.110 +5 -1 GGT/modules/GMTL/ChangeLog
1.12 +631 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp
1.15 +6 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.h
1.24 +194 -3 GGT/modules/GMTL/gmtl/Intersection.h
1.5 +42 -2 GGT/modules/GMTL/python/src/gmtl-intersect-wrappers.h
1.5 +10 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_intersect_wrappers_h.cpp
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.109&r2=1.110&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp.diff?r1=1.11&r2=1.12&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.h.diff?r1=1.14&r2=1.15&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/gmtl/Intersection.h.diff?r1=1.23&r2=1.24&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl-intersect-wrappers.h.diff?r1=1.4&r2=1.5&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_intersect_wrappers_h.cpp.diff?r1=1.4&r2=1.5&diff_format=l
|