Click or drag to resize
DigitalRuneWheelGroundNormal Property
Gets the normal vector of the ground at the GroundPosition.

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

Property Value

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