|
| BT_DECLARE_ALIGNED_ALLOCATOR () |
|
| btConeTwistConstraint (btRigidBody &rbA, btRigidBody &rbB, const btTransform &rbAFrame, const btTransform &rbBFrame) |
|
| btConeTwistConstraint (btRigidBody &rbA, const btTransform &rbAFrame) |
|
virtual void | buildJacobian () |
| internal method used by the constraint solver, don't use them directly
|
|
virtual void | getInfo1 (btConstraintInfo1 *info) |
| internal method used by the constraint solver, don't use them directly
|
|
void | getInfo1NonVirtual (btConstraintInfo1 *info) |
|
virtual void | getInfo2 (btConstraintInfo2 *info) |
| internal method used by the constraint solver, don't use them directly
|
|
void | getInfo2NonVirtual (btConstraintInfo2 *info, const btTransform &transA, const btTransform &transB, const btMatrix3x3 &invInertiaWorldA, const btMatrix3x3 &invInertiaWorldB) |
|
virtual void | solveConstraintObsolete (btSolverBody &bodyA, btSolverBody &bodyB, btScalar timeStep) |
| internal method used by the constraint solver, don't use them directly
|
|
void | updateRHS (btScalar timeStep) |
|
const btRigidBody & | getRigidBodyA () const |
|
const btRigidBody & | getRigidBodyB () const |
|
void | setAngularOnly (bool angularOnly) |
|
bool | getAngularOnly () const |
|
void | setLimit (int limitIndex, btScalar limitValue) |
|
btScalar | getLimit (int limitIndex) const |
|
void | setLimit (btScalar _swingSpan1, btScalar _swingSpan2, btScalar _twistSpan, btScalar _softness=1.f, btScalar _biasFactor=0.3f, btScalar _relaxationFactor=1.0f) |
|
const btTransform & | getAFrame () const |
|
const btTransform & | getBFrame () const |
|
int | getSolveTwistLimit () |
|
int | getSolveSwingLimit () |
|
btScalar | getTwistLimitSign () |
|
void | calcAngleInfo () |
|
void | calcAngleInfo2 (const btTransform &transA, const btTransform &transB, const btMatrix3x3 &invInertiaWorldA, const btMatrix3x3 &invInertiaWorldB) |
|
btScalar | getSwingSpan1 () const |
|
btScalar | getSwingSpan2 () const |
|
btScalar | getTwistSpan () const |
|
btScalar | getLimitSoftness () const |
|
btScalar | getBiasFactor () const |
|
btScalar | getRelaxationFactor () const |
|
btScalar | getTwistAngle () const |
|
bool | isPastSwingLimit () |
|
btScalar | getDamping () const |
|
void | setDamping (btScalar damping) |
|
void | enableMotor (bool b) |
|
bool | isMotorEnabled () const |
|
btScalar | getMaxMotorImpulse () const |
|
bool | isMaxMotorImpulseNormalized () const |
|
void | setMaxMotorImpulse (btScalar maxMotorImpulse) |
|
void | setMaxMotorImpulseNormalized (btScalar maxMotorImpulse) |
|
btScalar | getFixThresh () |
|
void | setFixThresh (btScalar fixThresh) |
|
void | setMotorTarget (const btQuaternion &q) |
|
const btQuaternion & | getMotorTarget () const |
|
void | setMotorTargetInConstraintSpace (const btQuaternion &q) |
|
btVector3 | GetPointForAngle (btScalar fAngleInRadians, btScalar fLength) const |
|
virtual void | setParam (int num, btScalar value, int axis=-1) |
| override the default global value of a parameter (such as ERP or CFM), optionally provide the axis (0..5).
|
|
virtual void | setFrames (const btTransform &frameA, const btTransform &frameB) |
|
const btTransform & | getFrameOffsetA () const |
|
const btTransform & | getFrameOffsetB () const |
|
virtual btScalar | getParam (int num, int axis=-1) const |
| return the local value of parameter
|
|
int | getFlags () const |
|
virtual int | calculateSerializeBufferSize () const |
|
virtual const char * | serialize (void *dataBuffer, btSerializer *serializer) const |
| fills the dataBuffer and returns the struct name (and 0 on failure)
|
|
| BT_DECLARE_ALIGNED_ALLOCATOR () |
|
virtual | ~btTypedConstraint () |
|
| btTypedConstraint (btTypedConstraintType type, btRigidBody &rbA) |
|
| btTypedConstraint (btTypedConstraintType type, btRigidBody &rbA, btRigidBody &rbB) |
|
int | getOverrideNumSolverIterations () const |
|
void | setOverrideNumSolverIterations (int overideNumIterations) |
| override the number of constraint solver iterations used to solve this constraint -1 will use the default number of iterations, as specified in SolverInfo.m_numIterations
|
|
virtual void | setupSolverConstraint (btConstraintArray &ca, int solverBodyA, int solverBodyB, btScalar timeStep) |
| internal method used by the constraint solver, don't use them directly
|
|
void | internalSetAppliedImpulse (btScalar appliedImpulse) |
| internal method used by the constraint solver, don't use them directly
|
|
btScalar | internalGetAppliedImpulse () |
| internal method used by the constraint solver, don't use them directly
|
|
btScalar | getBreakingImpulseThreshold () const |
|
void | setBreakingImpulseThreshold (btScalar threshold) |
|
bool | isEnabled () const |
|
void | setEnabled (bool enabled) |
|
const btRigidBody & | getRigidBodyA () const |
|
const btRigidBody & | getRigidBodyB () const |
|
btRigidBody & | getRigidBodyA () |
|
btRigidBody & | getRigidBodyB () |
|
int | getUserConstraintType () const |
|
void | setUserConstraintType (int userConstraintType) |
|
void | setUserConstraintId (int uid) |
|
int | getUserConstraintId () const |
|
void | setUserConstraintPtr (void *ptr) |
|
void * | getUserConstraintPtr () |
|
void | setJointFeedback (btJointFeedback *jointFeedback) |
|
const btJointFeedback * | getJointFeedback () const |
|
btJointFeedback * | getJointFeedback () |
|
int | getUid () const |
|
bool | needsFeedback () const |
|
void | enableFeedback (bool needsFeedback) |
| enableFeedback will allow to read the applied linear and angular impulse use getAppliedImpulse, getAppliedLinearImpulse and getAppliedAngularImpulse to read feedback information
|
|
btScalar | getAppliedImpulse () const |
| getAppliedImpulse is an estimated total applied impulse.
|
|
btTypedConstraintType | getConstraintType () const |
|
void | setDbgDrawSize (btScalar dbgDrawSize) |
|
btScalar | getDbgDrawSize () |
|
| btTypedObject (int objectType) |
|
int | getObjectType () const |
|
btConeTwistConstraint can be used to simulate ragdoll joints (upper arm, leg etc)
Definition at line 57 of file btConeTwistConstraint.h.