Click or drag to resize
DigitalRuneQuaternionMotorMaxVelocity Property
Gets or sets the maximal velocity.

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

Property Value

Type: Single
The maximal velocity.
Remarks
The motor will not create a velocity larger than this limit.
See Also