| Vector2I Operators |
The Vector2I type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Vector2I, Vector2I) |
Sums the components of the passed vectors and returns the resulting vector.
| |
| Addition(Vector2I, Int32) |
Adds the passed value to each component of the passed vector.
| |
| Division |
Divides each component of the passed vector by the passed value.
| |
| Equality |
Indicates if the two passed vectors are equal.
| |
| Inequality |
Indicates if the two passed vectors are not equal.
| |
| Multiply(Int32, Vector2I) |
Multiplies each vector component with the specified value.
| |
| Multiply(Single, Vector2I) |
Multiplies each vector component with the specified value.
| |
| Multiply(Vector2I, Vector2I) |
Multiplies each vector component of the two passed vectors.
| |
| Multiply(Vector2I, Int32) |
Multiplies each vector component with the specified value.
| |
| Multiply(Vector2I, Single) |
Multiplies each vector component with the specified value.
| |
| Subtraction(Vector2I, Vector2I) |
Subtracts the components of the second passed vector from the first passed.
| |
| Subtraction(Vector2I, Int32) |
Subtracts the passed value from each component of the passed vector.
| |
| UnaryNegation |
Negates each component of the passed vector.
|