Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
00001 // Copyright 2006-2011 by Kat'Oun 00002 00003 #ifndef _JOINT_DEFINES_H_ 00004 #define _JOINT_DEFINES_H_ 00005 00006 namespace physics 00007 { 00008 00009 enum JointType 00010 { 00011 JT_UNDEFINED, 00012 JT_SPHERICAL, // Ball & Socket 3d rotation 00013 JT_HINGE, // Hinge 1d rotation 00014 JT_SLIDER, // Slider 1d translation 00015 JT_GENERIC, // Generic 6DOF 00016 JT_RIGID, // Rigid 00017 JT_COUNT 00018 }; 00019 00020 } // end namespace physics 00021 00022 #endif
The KG Game Engine
Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:04 by
Doxygen
(1.7.4)
|