wManager.Wow.Helpers Namespace
WRobot

Vector3..::..Multiply Operator (Vector3, Single)

Implements the * operator.

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

Syntax


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

Parameters

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

Return Value

The result of the operator.