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 | anchor1 |
idVec3 | anchor2 |
idVec3 | axis1 |
idVec3 | axis2 |
idMat3 | initialAxis |
float | friction |
idAFConstraint_ConeLimit * | coneLimit |
idAFConstraint_HingeSteering * | steering |
idAFConstraint_HingeFriction * | fc |
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 314 of file Physics_AF.h.
idAFConstraint_Hinge::idAFConstraint_Hinge | ( | const idStr & | name, |
idAFBody * | body1, | ||
idAFBody * | body2 | ||
) |
Definition at line 1571 of file Physics_AF.cpp.
idAFConstraint_Hinge::~idAFConstraint_Hinge | ( | void | ) |
Definition at line 1595 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1840 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1929 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1779 of file Physics_AF.cpp.
Definition at line 1633 of file Physics_AF.cpp.
Definition at line 1732 of file Physics_AF.cpp.
Definition at line 322 of file Physics_AF.h.
Definition at line 1667 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1920 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1881 of file Physics_AF.cpp.
Definition at line 1720 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 1984 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 1905 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 1951 of file Physics_AF.cpp.
Definition at line 1612 of file Physics_AF.cpp.
Definition at line 1645 of file Physics_AF.cpp.
Definition at line 330 of file Physics_AF.h.
void idAFConstraint_Hinge::SetLimit | ( | const idVec3 & | axis, |
const float | angle, | ||
const idVec3 & | body1Axis | ||
) |
Definition at line 1691 of file Physics_AF.cpp.
Definition at line 1709 of file Physics_AF.cpp.
Definition at line 1679 of file Physics_AF.cpp.
Definition at line 1751 of file Physics_AF.cpp.
Definition at line 1768 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1891 of file Physics_AF.cpp.
|
protected |
Definition at line 341 of file Physics_AF.h.
|
protected |
Definition at line 342 of file Physics_AF.h.
|
protected |
Definition at line 343 of file Physics_AF.h.
|
protected |
Definition at line 344 of file Physics_AF.h.
|
protected |
Definition at line 347 of file Physics_AF.h.
|
protected |
Definition at line 349 of file Physics_AF.h.
|
protected |
Definition at line 346 of file Physics_AF.h.
|
protected |
Definition at line 345 of file Physics_AF.h.
|
protected |
Definition at line 348 of file Physics_AF.h.