Click or drag to resize
DigitalRuneWheelOffset Property
Gets or sets the wheel offset.

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

Property Value

Type: Vector3F
The wheel offset.
Remarks
This is a position offset in the local space of the vehicle. It determines where the suspension (the ray origin) is fixed on the car.
See Also