wManager.Wow.Helpers Namespace
WRobot

Vector3..::..Distance2D Method

Distance 2D.

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

Syntax


public static float Distance2D(
	Vector3 a,
	Vector3 b
)
Public Shared Function Distance2D ( _
	a As Vector3, _
	b As Vector3 _
) As Single
public:
static float^ Distance2D(
	Vector3^ a, 
	Vector3^ b
)

Parameters

a
Type: robotManager.Helpful..::..Vector3
position a.
b
Type: robotManager.Helpful..::..Vector3
position b.

Return Value

distance.