Click or drag to resize
DigitalRuneWheelGroundPosition Property
Gets the position where the wheel touches the ground.

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 GroundPosition { get; }

Property Value

Type: Vector3F
The ground position.
Remarks
This value is only up-to-date and valid if HasGroundContact is .
See Also