20 INLINE BulletConstraint::
36 ptr()->setBreakingImpulseThreshold(threshold);
48 return (PN_stdfloat)ptr()->getBreakingImpulseThreshold();
56 INLINE
void BulletConstraint::
57 set_enabled(
bool enable) {
59 ptr()->setEnabled(enable);
70 return ptr()->isEnabled();
PN_stdfloat set_breaking_threshold() const
Returns the applied impluse limit for breaking the constraint.
bool is_enabled() const
Returns TRUE if the constraint is enabled.