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 m_vStart, m_vDir; 00016 float m_t; 00017 00018 // constructeurs et destructeur 00019 CRay() {} 00020 virtual ~CRay() {} 00021 }; 00022 00023 #endif /* #ifndef __CRAY_H__ */
Generated on Thu Apr 4 23:14:17 2002 by 1.2.15