HForce.h

Go to the documentation of this file.
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

This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:45 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001