Click or drag to resize
DigitalRuneDampingAngularDamping Property
The angular damping coefficient.

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

Property Value

Type: Single
The angular damping. The default value is 0.2.
Remarks
The higher this constant is, the higher the damping force will be that damps rotational movement.
See Also