00001 // BC 3/1/2005 \BobL120\Include\SDK\HForce.h 00002 00003 #define __HFORCE_H 00004 00005 #ifndef __HOBJECT_H 00006 #include "HObject.h" 00007 #endif 00008 00009 #ifndef _SMALLPDB 00010 00011 //********************************************************* 00012 //** HForceCache 00013 //********************************************************* 00014 class PLUGINEXPORT HForceCache : public HObjectCache 00015 { 00016 public: 00017 enum { F_FAN, F_VORTEX, F_FRICTION }; 00018 HFloatProperty *GetMagnitude(); 00019 }; 00020 00021 //********************************************************* 00022 //** HForce 00023 //********************************************************* 00024 class PLUGINEXPORT HForce : public HObject 00025 { 00026 public: 00027 HFloatProperty *GetMagnitude(); 00028 00029 HForce *GetNextForceInChor(); 00030 Vector GetForce( const Vector &pos, const Vector &vel ); 00031 }; 00032 00033 /* 00034 TODO 00035 TurbNodeHead 00036 Kind 00037 */ 00038 00039 #endif
Generated on Thu Oct 27 11:46:45 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001