Click or drag to resize
DigitalRuneConstraintSettingsBaumgarteRatio Property
Gets or sets the Baumgarte error correction ratio. (Experimental)

Namespace: DigitalRune.Physics.Settings
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float BaumgarteRatio { get; set; }

Property Value

Type: Single
The Baumgarte ratio in the range [0, 1]. The default is 1.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or greater than 1.
See Also