GeoIntersect.h

00001 //simple geometry intersection functions
00002 //Luke Lenhart (2005)
00003 //See /docs/License.txt for details on how this code may be used.
00004 
00005 #pragma once
00006 
00007 #include "GeoObjects.h"
00008 
00009 namespace GEO
00010 {
00011     //line and plane intersection
00012     bool LinePlane(const Line &inLine, const Plane &inPlane, Vector3 &outPoint);
00013 
00014 }; // namespace GEO

Generated on Wed Feb 13 20:57:04 2008 for MPMA Framework by  doxygen 1.5.4