MathHelperConvertRadiansToDegrees Method (Double)

RAGE Plugin Hook Documentation

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

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

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

public static float ConvertRadiansToDegrees(
	double radians
)

Parameters

radians
Type: SystemDouble
The angle in radians to convert.

Return Value

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

Reference