Vector2F Operators and Type Conversions |
The Vector2F type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two vectors.
|
![]() ![]() | Division(Single, Vector2F) |
Divides a scalar by a vector.
|
![]() ![]() | Division(Vector2F, Vector2F) |
Divides the first vector by the second vector.
|
![]() ![]() | Division(Vector2F, Single) |
Divides a vector by a given scalar.
|
![]() ![]() | Equality |
Determines whether two given vectors are equal.
|
![]() ![]() | (Vector2F to Vector2) | |
![]() ![]() | Inequality |
Determines whether two given vectors are unequal.
|
![]() ![]() | Multiply(Single, Vector2F) |
Multiplies a vector by a given scalar.
|
![]() ![]() | Multiply(Vector2F, Vector2F) |
Multiplies two vectors together.
|
![]() ![]() | Multiply(Vector2F, Single) |
Multiplies a vector by a given scalar.
|
![]() ![]() | Subtraction |
Subtracts two vectors.
|
![]() ![]() | UnaryNegation |
Reverses the direction of a given vector.
|