| ConstraintSettingsAllowedLinearDeviation Property |
Gets or sets the allowed linear error of constraints.
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float AllowedLinearDeviation { get; set; }
Public Property AllowedLinearDeviation As Single
Get
Set
public:
property float AllowedLinearDeviation {
float get ();
void set (float value);
}
member AllowedLinearDeviation : float32 with get, set
Property Value
Type:
SingleThe absolute allowed linear error of constraints. The default is 0.01.
Exceptions See Also