Bullet Collision Detection & Physics Library
|
point to point constraint between two rigidbodies each with a pivotpoint that descibes the 'ballsocket' location in local space More...
#include <btPoint2PointConstraint.h>
Public Attributes | |
bool | m_useSolveConstraintObsolete |
for backwards compatibility during the transition to 'getInfo/getInfo2' | |
btConstraintSetting | m_setting |
![]() | |
int | m_objectType |
Private Attributes | |
btJacobianEntry | m_jac [3] |
btVector3 | m_pivotInA |
btVector3 | m_pivotInB |
int | m_flags |
btScalar | m_erp |
btScalar | m_cfm |
Additional Inherited Members | |
![]() | |
static btRigidBody & | getFixedBody () |
![]() | |
btScalar | getMotorFactor (btScalar pos, btScalar lowLim, btScalar uppLim, btScalar vel, btScalar timeFact) |
internal method used by the constraint solver, don't use them directly | |
![]() | |
btRigidBody & | m_rbA |
btRigidBody & | m_rbB |
btScalar | m_appliedImpulse |
btScalar | m_dbgDrawSize |
btJointFeedback * | m_jointFeedback |
point to point constraint between two rigidbodies each with a pivotpoint that descibes the 'ballsocket' location in local space
Definition at line 52 of file btPoint2PointConstraint.h.
btPoint2PointConstraint::btPoint2PointConstraint | ( | btRigidBody & | rbA, |
btRigidBody & | rbB, | ||
const btVector3 & | pivotInA, | ||
const btVector3 & | pivotInB | ||
) |
Definition at line 20 of file btPoint2PointConstraint.cpp.
btPoint2PointConstraint::btPoint2PointConstraint | ( | btRigidBody & | rbA, |
const btVector3 & | pivotInA | ||
) |
Definition at line 25 of file btPoint2PointConstraint.cpp.
btPoint2PointConstraint::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
|
virtual |
internal method used by the constraint solver, don't use them directly
we need it for both methods
Reimplemented from btTypedConstraint.
Definition at line 30 of file btPoint2PointConstraint.cpp.
|
inlinevirtual |
Reimplemented from btTypedConstraint.
Definition at line 156 of file btPoint2PointConstraint.h.
Definition at line 117 of file btPoint2PointConstraint.h.
|
virtual |
internal method used by the constraint solver, don't use them directly
Implements btTypedConstraint.
Definition at line 56 of file btPoint2PointConstraint.cpp.
void btPoint2PointConstraint::getInfo1NonVirtual | ( | btConstraintInfo1 * | info | ) |
Definition at line 61 of file btPoint2PointConstraint.cpp.
|
virtual |
internal method used by the constraint solver, don't use them directly
Implements btTypedConstraint.
Definition at line 75 of file btPoint2PointConstraint.cpp.
void btPoint2PointConstraint::getInfo2NonVirtual | ( | btConstraintInfo2 * | info, |
const btTransform & | body0_trans, | ||
const btTransform & | body1_trans | ||
) |
Definition at line 80 of file btPoint2PointConstraint.cpp.
return the local value of parameter
Implements btTypedConstraint.
Definition at line 179 of file btPoint2PointConstraint.cpp.
Definition at line 101 of file btPoint2PointConstraint.h.
Definition at line 106 of file btPoint2PointConstraint.h.
|
inlinevirtual |
fills the dataBuffer and returns the struct name (and 0 on failure)
Reimplemented from btTypedConstraint.
Definition at line 162 of file btPoint2PointConstraint.h.
override the default global value of a parameter (such as ERP or CFM), optionally provide the axis (0..5).
If no axis is provided, it uses the default axis for this constraint.
Implements btTypedConstraint.
Definition at line 152 of file btPoint2PointConstraint.cpp.
Definition at line 91 of file btPoint2PointConstraint.h.
Definition at line 96 of file btPoint2PointConstraint.h.
Definition at line 145 of file btPoint2PointConstraint.cpp.
|
private |
Definition at line 65 of file btPoint2PointConstraint.h.
|
private |
Definition at line 64 of file btPoint2PointConstraint.h.
|
private |
Definition at line 63 of file btPoint2PointConstraint.h.
|
private |
Definition at line 58 of file btPoint2PointConstraint.h.
|
private |
Definition at line 60 of file btPoint2PointConstraint.h.
|
private |
Definition at line 61 of file btPoint2PointConstraint.h.
btConstraintSetting btPoint2PointConstraint::m_setting |
Definition at line 73 of file btPoint2PointConstraint.h.
bool btPoint2PointConstraint::m_useSolveConstraintObsolete |
for backwards compatibility during the transition to 'getInfo/getInfo2'
Definition at line 71 of file btPoint2PointConstraint.h.