![]() | Vector2F Operators |
The Vector2F type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Vector2F, Vector2F) |
Sums the components of the passed vectors and returns the resulting vector.
|
![]() ![]() | Addition(Vector2F, Single) |
Adds the passed float 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(Single, Vector2F) |
Multiplies each vector component with the passed float value.
|
![]() ![]() | Multiply(Vector2F, Vector2F) |
Multiplies each vector component of the two passed vectors.
|
![]() ![]() | Multiply(Vector2F, Single) |
Multiplies each vector component with the passed float value.
|
![]() ![]() | Subtraction(Vector2F, Vector2F) |
Subtracts the components of the second passed vector from the first passed.
|
![]() ![]() | Subtraction(Vector2F, Single) |
Subtracts the passed float value from each component of the passed vector.
|
![]() ![]() | UnaryNegation |
Negates each component of the passed vector.
|