MathHelperConvertDegreesToRadians Method

RAGE Plugin Hook Documentation

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

Converts the specified angle in degrees to its equivalent in radians.

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

public static float ConvertDegreesToRadians(
	float degrees
)

Parameters

degrees
Type: SystemSingle
The angle in degrees to convert.

Return Value

Type: Single
A Single representing the angle in radians.
See Also

Reference