Click or drag to resize
DigitalRuneWheelSteeringAngle Property
Gets or sets the steering angle.

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

Property Value

Type: Single
The steering angle.
Remarks
This angle is 0 to drive forward. It is greater than 0 to drive left and less than 0 to drive right.
See Also