Vector2 Operators |
The Vector2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition | Vector2 addition
| |
| Equality | Vector2 exact equality - see EQ(Vector2, Vector2) for alternative
| |
| Inequality | Vector2 exact inequality - see EQ(Vector2, Vector2) for alternative
| |
| Multiply(Double, Vector2) |
Scale the X and Y components of Vector2 | |
| Multiply(Single, Vector2) |
Scale the X and Y components of Vector2 | |
| Multiply(Vector2, Double) |
Scale the X and Y components of Vector2 | |
| Multiply(Vector2, Single) |
Scale the X and Y components of Vector2 | |
| Subtraction | Vector2 subtraction
| |
| UnaryNegation | Vector2 unary negation
|