wManager.Wow.Helpers Namespace
WRobot

Vector3..::..DistanceZ Method (Vector3, Vector3)

Distance z.

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

Syntax


public float DistanceZ(
	Vector3 a,
	Vector3 b
)
Public Function DistanceZ ( _
	a As Vector3, _
	b As Vector3 _
) As Single
public:
float^ DistanceZ(
	Vector3^ a, 
	Vector3^ b
)

Parameters

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

Return Value

distance.