Click or drag to resize
DigitalRuneIConstraintLinearConstraintImpulse Property
Gets or sets the linear constraint impulse that was applied.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
Vector3F LinearConstraintImpulse { get; }

Property Value

Type: Vector3F
The linear constraint impulse in world space.
Remarks

This impulse was applied in the constraint anchor on BodyB. An equivalent negative impulse was applied on BodyA.

The constraint might also have applied an angular constraint impulse, see AngularConstraintImpulse.

See Also