| ConstraintSettingsBaumgarteRatio Property |
Gets or sets the Baumgarte error correction ratio. (Experimental)
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float BaumgarteRatio { get; set; }
Public Property BaumgarteRatio As Single
Get
Set
public:
property float BaumgarteRatio {
float get ();
void set (float value);
}
member BaumgarteRatio : float32 with get, set
Property Value
Type:
SingleThe Baumgarte ratio in the range [0, 1]. The default is 1.
Exceptions See Also