Click or drag to resize
DigitalRuneConstraintSettingsAllowedAngularDeviation Property
Gets or sets the allowed angular error of constraints.

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

Property Value

Type: Single
The absolute allowed angular error of constraints. The default is 0.01.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also