CRay.h
00001 00007 #ifndef __CRAY_H__ 00008 #define __CRAY_H__ 00009 00010 #include "UtilityLib.h" 00011 00012 class CRay 00013 { 00014 public: 00015 CVector3D mVStart, mVDir; 00016 float mT; 00017 00018 // constructeurs et destructeur 00019 CRay() {} 00020 virtual ~CRay() {} 00021 }; 00022 00023 #endif /* #ifndef __CRAY_H__ */
Generated on Fri Apr 19 16:19:34 2002 by 1.2.15