![]() |
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 | shaft1 |
| idVec3 | shaft2 |
| idVec3 | axis1 |
| idVec3 | axis2 |
| float | friction |
| idAFConstraint_ConeLimit * | coneLimit |
| idAFConstraint_PyramidLimit * | pyramidLimit |
| idAFConstraint_UniversalJointFriction * | 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 236 of file Physics_AF.h.
| idAFConstraint_UniversalJoint::idAFConstraint_UniversalJoint | ( | const idStr & | name, |
| idAFBody * | body1, | ||
| idAFBody * | body2 | ||
| ) |
Definition at line 919 of file Physics_AF.cpp.
| idAFConstraint_UniversalJoint::~idAFConstraint_UniversalJoint | ( | void | ) |
Definition at line 939 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1197 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1293 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1125 of file Physics_AF.cpp.
Definition at line 981 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1284 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1238 of file Physics_AF.cpp.
Definition at line 1111 of file Physics_AF.cpp.
|
inline |
Definition at line 244 of file Physics_AF.h.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 1371 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 1265 of file Physics_AF.cpp.
|
virtual |
Reimplemented from idAFConstraint.
Definition at line 1349 of file Physics_AF.cpp.
Definition at line 956 of file Physics_AF.cpp.
Definition at line 1051 of file Physics_AF.cpp.
Definition at line 250 of file Physics_AF.h.
Definition at line 1097 of file Physics_AF.cpp.
Definition at line 1035 of file Physics_AF.cpp.
| void idAFConstraint_UniversalJoint::SetPyramidLimit | ( | const idVec3 & | pyramidAxis, |
| const idVec3 & | baseAxis, | ||
| const float | angle1, | ||
| const float | angle2 | ||
| ) |
Definition at line 1073 of file Physics_AF.cpp.
| void idAFConstraint_UniversalJoint::SetShafts | ( | const idVec3 & | cardanShaft1, |
| const idVec3 & | cardanShaft2 | ||
| ) |
Definition at line 993 of file Physics_AF.cpp.
Reimplemented from idAFConstraint.
Definition at line 1248 of file Physics_AF.cpp.
|
protected |
Definition at line 261 of file Physics_AF.h.
|
protected |
Definition at line 262 of file Physics_AF.h.
|
protected |
Definition at line 265 of file Physics_AF.h.
|
protected |
Definition at line 266 of file Physics_AF.h.
|
protected |
Definition at line 268 of file Physics_AF.h.
|
protected |
Definition at line 270 of file Physics_AF.h.
|
protected |
Definition at line 267 of file Physics_AF.h.
|
protected |
Definition at line 269 of file Physics_AF.h.
|
protected |
Definition at line 263 of file Physics_AF.h.
|
protected |
Definition at line 264 of file Physics_AF.h.
1.8.6.