wManager.Wow.Helpers Namespace
WRobot

Math..::..GetRadianDiff Method

Get radian rotation difference.

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

Syntax


public static float GetRadianDiff(
	float rot1,
	float rot2
)
Public Shared Function GetRadianDiff ( _
	rot1 As Single, _
	rot2 As Single _
) As Single
public:
static float^ GetRadianDiff(
	float^ rot1, 
	float^ rot2
)

Parameters

rot1
Type: Single
The rot1.
rot2
Type: Single
The rot2.

Return Value

rotation difference.