wManager.Wow.Helpers Namespace
WRobot

Math..::..NormalizeRadian Method

Normalizes the radian.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static float NormalizeRadian(
	float radian
)
Public Shared Function NormalizeRadian ( _
	radian As Single _
) As Single
public:
static float^ NormalizeRadian(
	float^ radian
)

Parameters

radian
Type: Single
The radian.

Return Value

radian normalized.