Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

c:/home/kevn/src/animaniac/gator/CollisionDetector.h

Go to the documentation of this file.
00001 #ifndef COLLISION_DETECTOR
00002 #define COLLISION_DETECTOR
00003    
00004 #include <gmtl/Vec.h>
00005 #include <ani/Dynamics/Body.h>
00006 
00007 namespace gator
00008 {
00009    class CollisionDetector
00010    {
00011    public:
00012       virtual bool exec( const ani::Body& body, float& dist, gmtl::Vec3f& normal ) = 0;
00013    };
00014 } // end namespace gator
00015    
00016 #endif

Generated on Wed Jun 12 01:54:02 2002 for Animaniac by doxygen1.2.15