The Vector2 type exposes the following members.
Operators| | Name | Description |
|---|
  | Addition(Vector2, Vector2) |
Adds two vectors.
|
  | Division(Double, Vector2) |
Divides a scalar by a vector.
|
  | Division(Vector2, Vector2) |
Divides the first vector by the second vector.
|
  | Division(Vector2, Double) |
Divides a vector by a given scalar.
|
  | Equality(Vector2, Vector2) |
Determines whether two given vectors are equal.
|
  | Inequality(Vector2, Vector2) |
Determines whether two given vectors are unequal.
|
  | Multiply(Double, Vector2) |
Multiplies a vector by a given scalar.
|
  | Multiply(Vector2, Vector2) |
Multiplies two vectors together.
|
  | Multiply(Vector2, Double) |
Multiplies a vector by a given scalar.
|
  | Subtraction(Vector2, Vector2) |
Subtracts two vectors.
|
  | UnaryNegation(Vector2) |
Reverses the direction of a given vector.
|
Top
See Also