Click or drag to resize
DigitalRunePlaneLimitConstraintImpulse Property
Gets or sets the 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
public Vector3F ConstraintImpulse { get; }

Property Value

Type: Vector3F
The constraint impulse in world space.
Remarks
This impulse was applied in the constraint anchor point on BodyB in direction of the plane normal. An equivalent negative impulse was applied on BodyA.
See Also