Ball and Spring Toy
Ian Parberry's "Introduction to Game Physics"
Classes | Enumerations
Ragdoll.h File Reference

Interface for the ragdoll class CRagdoll. More...

#include "Body.h"

Classes

class  CRagdoll
 The ragdoll. More...
 

Enumerations

enum  ePoint {
  HEAD_PT , STERNUM_PT , LSHLDR_PT , RSHLDR_PT ,
  LELBOW_PT , RELBOW_PT , LHAND_PT , RHAND_PT ,
  LHIP_PT , RHIP_PT , LKNEE_PT , RKNEE_PT ,
  LFOOT_PT , RFOOT_PT , NUM_PTS
}
 Enumerated type for specific points on the ragdoll.