Vector |
The Vector2 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Vector2, Vector2) | Adds two vectors. |
![]() ![]() | Division(Vector2, Vector2) | Divides the components of a Vector2 by the components of another Vector2. |
![]() ![]() | Division(Vector2, Double) | Divides the components of a Vector2 by a scalar. |
![]() ![]() | Equality(Vector2, Vector2) | Compares whether two Vector2 instances are equal. |
![]() ![]() | Inequality(Vector2, Vector2) | Compares whether two Vector2 instances are equal. |
![]() ![]() | Multiply(Double, Vector2) | Multiplies the components of vector by a scalar. |
![]() ![]() | Multiply(Vector2, Vector2) | Multiplies the components of two vectors by each other. |
![]() ![]() | Multiply(Vector2, Double) | Multiplies the components of vector by a scalar. |
![]() ![]() | Subtraction(Vector2, Vector2) | Subtracts a Vector2 from a Vector2. |
![]() ![]() | UnaryNegation(Vector2) | Inverts values in the specified Vector2. |