doom3-gpl
Doom 3 GPL source release
|
#include <Physics_AF.h>
Protected Member Functions | |
virtual void | Evaluate (float invTimeStep) |
virtual void | ApplyFriction (float invTimeStep) |
Protected Member Functions inherited from idAFConstraint | |
void | InitSize (int size) |
Protected Attributes | |
idVec3 | localOrigin |
idMat3 | localAxis |
float | suspensionUp |
float | suspensionDown |
float | suspensionKCompress |
float | suspensionDamping |
float | steerAngle |
float | friction |
bool | motorEnabled |
float | motorForce |
float | motorVelocity |
idClipModel * | wheelModel |
idVec3 | wheelOffset |
trace_t | trace |
float | epsilon |
Protected Attributes inherited from idAFConstraint | |
constraintType_t | type |
idStr | name |
idAFBody * | body1 |
idAFBody * | body2 |
idPhysics_AF * | physics |
idMatX | J1 |
idMatX | J2 |
idVecX | c1 |
idVecX | c2 |
idVecX | lo |
idVecX | hi |
idVecX | e |
idAFConstraint * | boxConstraint |
int | boxIndex [6] |
idMatX | invI |
idMatX | J |
idVecX | s |
idVecX | lm |
int | firstIndex |
struct idAFConstraint::constraintFlags_s | fl |
Definition at line 601 of file Physics_AF.h.
idAFConstraint_Suspension::idAFConstraint_Suspension | ( | void | ) |
Definition at line 3887 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 4079 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 4104 of file Physics_AF.cpp.
Definition at line 610 of file Physics_AF.h.
Reimplemented from idAFConstraint.
Definition at line 3951 of file Physics_AF.cpp.
Definition at line 3942 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 4096 of file Physics_AF.cpp.
Definition at line 613 of file Physics_AF.h.
Definition at line 611 of file Physics_AF.h.
Definition at line 612 of file Physics_AF.h.
Definition at line 609 of file Physics_AF.h.
void idAFConstraint_Suspension::SetSuspension | ( | const float | up, |
const float | down, | ||
const float | k, | ||
const float | d, | ||
const float | f | ||
) |
Definition at line 3929 of file Physics_AF.cpp.
void idAFConstraint_Suspension::Setup | ( | const char * | name, |
idAFBody * | body, | ||
const idVec3 & | origin, | ||
const idMat3 & | axis, | ||
idClipModel * | clipModel | ||
) |
Definition at line 3915 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 4088 of file Physics_AF.cpp.
|
protected |
Definition at line 635 of file Physics_AF.h.
|
protected |
Definition at line 628 of file Physics_AF.h.
|
protected |
Definition at line 622 of file Physics_AF.h.
|
protected |
Definition at line 621 of file Physics_AF.h.
|
protected |
Definition at line 629 of file Physics_AF.h.
|
protected |
Definition at line 630 of file Physics_AF.h.
|
protected |
Definition at line 631 of file Physics_AF.h.
|
protected |
Definition at line 627 of file Physics_AF.h.
|
protected |
Definition at line 626 of file Physics_AF.h.
|
protected |
Definition at line 624 of file Physics_AF.h.
|
protected |
Definition at line 625 of file Physics_AF.h.
|
protected |
Definition at line 623 of file Physics_AF.h.
|
protected |
Definition at line 634 of file Physics_AF.h.
|
protected |
Definition at line 632 of file Physics_AF.h.
|
protected |
Definition at line 633 of file Physics_AF.h.