__init__(const BulletRigidBodyNode node_a, const BulletRigidBodyNode node_b, const LPoint3 pivot_a, const LPoint3 pivot_b, const LVector3 axis_a, const LVector3 axis_b, bool use_frame_a) | BulletHingeConstraint | |
__init__(const BulletRigidBodyNode node_a, const BulletRigidBodyNode node_b, const TransformState ts_a, const TransformState ts_b, bool use_frame_a) | BulletHingeConstraint | |
__init__(const BulletRigidBodyNode node_a, const LPoint3 pivot_a, const LVector3 axis_a, bool use_frame_a) | BulletHingeConstraint | |
__init__(const BulletRigidBodyNode node_a, const TransformState ts_a, bool use_frame_a) | BulletHingeConstraint | |
angular_only | BulletHingeConstraint | |
applied_impulse | BulletConstraint | |
breaking_threshold | BulletConstraint | |
ConstraintParam enum name | BulletConstraint | |
CP_cfm enum value | BulletConstraint | |
CP_erp enum value | BulletConstraint | |
CP_stop_cfm enum value | BulletConstraint | |
CP_stop_erp enum value | BulletConstraint | |
debug_draw_size | BulletConstraint | |
enableAngularMotor(bool enable, float target_velocity, float max_impulse) | BulletHingeConstraint | |
enabled | BulletConstraint | |
enableFeedback(bool value) | BulletConstraint | |
enableMotor(bool enable) | BulletHingeConstraint | |
frame_a | BulletHingeConstraint | |
frame_b | BulletHingeConstraint | |
getAngularOnly() | BulletHingeConstraint | |
getAppliedImpulse() | BulletConstraint | |
getBreakingThreshold() | BulletConstraint | |
getClassType() | BulletHingeConstraint | static |
getDebugDrawSize() | BulletConstraint | |
getFrameA() | BulletHingeConstraint | |
getFrameB() | BulletHingeConstraint | |
getHingeAngle() | BulletHingeConstraint | |
getLowerLimit() | BulletHingeConstraint | |
getParam(BulletConstraint::ConstraintParam num, int axis) | BulletConstraint | |
getRefCount() | ReferenceCount | |
getRigidBodyA() | BulletConstraint | |
getRigidBodyB() | BulletConstraint | |
getType() | TypedObject | |
getTypeIndex() | TypedObject | |
getUpperLimit() | BulletHingeConstraint | |
hinge_angle | BulletHingeConstraint | |
isEnabled() | BulletConstraint | |
isExactType(TypeHandle handle) | TypedObject | |
isOfType(TypeHandle handle) | TypedObject | |
lower_limit | BulletHingeConstraint | |
ref() | ReferenceCount | |
ref_count | ReferenceCount | |
rigid_body_a | BulletConstraint | |
rigid_body_b | BulletConstraint | |
setAngularOnly(bool value) | BulletHingeConstraint | |
setAxis(const LVector3 axis) | BulletHingeConstraint | |
setBreakingThreshold(float threshold) | BulletConstraint | |
setDebugDrawSize(float size) | BulletConstraint | |
setEnabled(bool enabled) | BulletConstraint | |
setFrames(const TransformState ts_a, const TransformState ts_b) | BulletHingeConstraint | |
setLimit(float low, float high, float softness, float bias, float relaxation) | BulletHingeConstraint | |
setMaxMotorImpulse(float max_impulse) | BulletHingeConstraint | |
setMotorTarget(const LQuaternion quat, float dt) | BulletHingeConstraint | |
setMotorTarget(float target_angle, float dt) | BulletHingeConstraint | |
setParam(BulletConstraint::ConstraintParam num, float value, int axis) | BulletConstraint | |
testRefCountIntegrity() | ReferenceCount | |
testRefCountNonzero() | ReferenceCount | |
type | TypedObject | |
unref() | ReferenceCount | |
upper_limit | BulletHingeConstraint | |