doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations
Physics_AF.h File Reference

Go to the source code of this file.

Classes

class  idAFConstraint
 
struct  idAFConstraint::constraintFlags_s
 
class  idAFConstraint_Fixed
 
class  idAFConstraint_BallAndSocketJoint
 
class  idAFConstraint_BallAndSocketJointFriction
 
class  idAFConstraint_UniversalJoint
 
class  idAFConstraint_UniversalJointFriction
 
class  idAFConstraint_CylindricalJoint
 
class  idAFConstraint_Hinge
 
class  idAFConstraint_HingeFriction
 
class  idAFConstraint_HingeSteering
 
class  idAFConstraint_Slider
 
class  idAFConstraint_Line
 
class  idAFConstraint_Plane
 
class  idAFConstraint_Spring
 
class  idAFConstraint_Contact
 
class  idAFConstraint_ContactFriction
 
class  idAFConstraint_ConeLimit
 
class  idAFConstraint_PyramidLimit
 
class  idAFConstraint_Suspension
 
struct  AFBodyPState_s
 
class  idAFBody
 
struct  idAFBody::bodyFlags_s
 
class  idAFTree
 
struct  AFPState_s
 
struct  AFCollision_s
 
class  idPhysics_AF
 

Typedefs

typedef struct AFBodyPState_s AFBodyPState_t
 
typedef struct AFPState_s AFPState_t
 
typedef struct AFCollision_s AFCollision_t
 

Enumerations

enum  constraintType_t {
  CONSTRAINT_INVALID, CONSTRAINT_FIXED, CONSTRAINT_BALLANDSOCKETJOINT, CONSTRAINT_UNIVERSALJOINT,
  CONSTRAINT_HINGE, CONSTRAINT_HINGESTEERING, CONSTRAINT_SLIDER, CONSTRAINT_CYLINDRICALJOINT,
  CONSTRAINT_LINE, CONSTRAINT_PLANE, CONSTRAINT_SPRING, CONSTRAINT_CONTACT,
  CONSTRAINT_FRICTION, CONSTRAINT_CONELIMIT, CONSTRAINT_PYRAMIDLIMIT, CONSTRAINT_SUSPENSION
}
 

Typedef Documentation

typedef struct AFCollision_s AFCollision_t
typedef struct AFPState_s AFPState_t

Enumeration Type Documentation

Enumerator
CONSTRAINT_INVALID 
CONSTRAINT_FIXED 
CONSTRAINT_BALLANDSOCKETJOINT 
CONSTRAINT_UNIVERSALJOINT 
CONSTRAINT_HINGE 
CONSTRAINT_HINGESTEERING 
CONSTRAINT_SLIDER 
CONSTRAINT_CYLINDRICALJOINT 
CONSTRAINT_LINE 
CONSTRAINT_PLANE 
CONSTRAINT_SPRING 
CONSTRAINT_CONTACT 
CONSTRAINT_FRICTION 
CONSTRAINT_CONELIMIT 
CONSTRAINT_PYRAMIDLIMIT 
CONSTRAINT_SUSPENSION 

Definition at line 66 of file Physics_AF.h.