wManager.Wow.Helpers Namespace
WRobot

Vector3 Operators

The Vector3 type exposes the following members.

Operators


  Name Description
Public operator Static member Addition
Implements the + operator.
Public operator Static member Division(Vector3, Vector3)
Implements the / operator.
Public operator Static member Division(Vector3, Single)
Implements the / operator.
Public operator Static member Equality
Implements the == operator.
Public operator Static member Inequality
Implements the != operator.
Public operator Static member Multiply(Vector3, Vector3)
Implements the * operator.
Public operator Static member Multiply(Vector3, Single)
Implements the * operator.
Public operator Static member Subtraction
Implements the - operator.