Moved osgUtil::PolytopeIntersector, osgUtil::PlaneIntersector and osgUtil::LineSegmentIntersector out from include/osgUtil/IntersecionVisitor into their own seperate files.

This commit is contained in:
Robert Osfield
2006-11-28 16:30:38 +00:00
parent 345810ef22
commit a2e79f6a38
15 changed files with 1065 additions and 906 deletions

View File

@@ -187,7 +187,15 @@ SOURCE=..\..\src\osgUtil\IntersectVisitor.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgUtil\IntersectionVisitor.cpp
SOURCE=..\..\src\osgUtil\LineSegmentIntersector.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgUtil\PlaneIntersector.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osgUtil\PolytopeIntersector.cpp
# End Source File
# Begin Source File
@@ -303,6 +311,18 @@ SOURCE=..\..\Include\osgUtil\IntersectionVisitor
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgUtil\LineSegmentIntersector
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgUtil\PlaneIntersector
# End Source File
# Begin Source File
SOURCE=..\..\Include\osgUtil\PolytopeIntersector
# End Source File
# Begin Source File
SOURCE=..\..\include\osgUtil\Optimizer
# End Source File
# Begin Source File