| PlaneLimitConstraintImpulse Property |
Gets or sets the constraint impulse that was applied.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public Vector3F ConstraintImpulse { get; }
Public ReadOnly Property ConstraintImpulse As Vector3F
Get
public:
property Vector3F ConstraintImpulse {
Vector3F get ();
}
member ConstraintImpulse : Vector3F with get
Property Value
Type:
Vector3FThe 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