wManager.Wow.Helpers Namespace
WRobot

Math..::..GetAngle Method (Single, Single)

Return Angle to pos x =0 z = 0.

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

Syntax


public static float GetAngle(
	float x,
	float y
)
Public Shared Function GetAngle ( _
	x As Single, _
	y As Single _
) As Single
public:
static float^ GetAngle(
	float^ x, 
	float^ y
)

Parameters

x
Type: Single
The x.
y
Type: Single
The y.

Return Value

Angle.