MathHelperConvertHeadingToDirection Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Converts the specified heading to its equivalent direction.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Vector3 ConvertHeadingToDirection(
	float heading
)

Parameters

heading
Type: SystemSingle
The heading to convert.

Return Value

Type: Vector3
A Vector3 representing the direction of the heading.
See Also

Reference