Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

plane.h

Go to the documentation of this file.
00001 // Plane Class    by Alan Baylis 2001
00002 
00003 #ifndef PlaneH
00004 #define PlaneH
00005 
00006 #include "vector.h"
00007 
00008 class PLANE
00009 {
00010     public:
00011         PLANE();
00012           ~PLANE();
00013 
00014           float nx;
00015             float ny;
00016             float nz;
00017         float Distance;
00018 };
00019 
00020 VECTOR GetEdgeIntersection(VECTOR point0, VECTOR point1, PLANE plane, VECTOR pointOnPlane);
00021 
00022 #endif

Generated on Fri Dec 23 05:19:55 2005 for Particles by doxygen1.2.15