wManager.Wow.Helpers Namespace
WRobot

Vector3..::..Subtraction Operator

Implements the - operator.

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

Syntax


public static Vector3 operator -(
	Vector3 a,
	Vector3 b
)
Public Shared Operator - ( _
	a As Vector3, _
	b As Vector3 _
) As Vector3
public:
static Vector3^ operator -(
	Vector3^ a, 
	Vector3^ b
)

Parameters

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

Return Value

The result of the operator.