Vector2 Operators |
The Vector2 type exposes the following members.
Name | Description | |
---|---|---|
Addition | ||
Division(Vector2, Vector2) | ||
Division(Vector2, Single) | ||
Equality |
Tests whether all components of both Vector2 are equivalent.
| |
Inequality |
Tests whether any component of both Vector2 are not equivalent.
| |
Multiply(Single, Vector2) | ||
Multiply(Vector2, Vector2) | ||
Multiply(Vector2, Single) | ||
Subtraction | ||
UnaryNegation |
Creates a Vector2 with the components set to the negative values of the given
vector's components.
|