Vector2F Operators and Type Conversions |
The Vector2F type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two vectors.
| |
Division(Vector2F, Vector2F) |
Divides the components of a vector by the components of another vector.
| |
Division(Vector2F, Single) |
Divides a vector by a scalar.
| |
Equality |
Tests if two vectors are equal.
| |
(Vector2 to Vector2F) | ||
(Vector2F to Single) |
Converts a vector to an array of 2 float values.
| |
(Vector2F to ListSingle) |
Converts a vector to a list of 2 float values.
| |
(Vector2F to Vector2) | ||
GreaterThan |
Tests if each component of a vector is greater than the corresponding component of another
vector.
| |
GreaterThanOrEqual |
Tests if each component of a vector is greater or equal than the corresponding component of
another vector.
| |
(Vector2F to Vector2D) | ||
(Vector2F to VectorF) | ||
Inequality |
Tests if two vectors are not equal.
| |
LessThan |
Tests if each component of a vector is less than the corresponding component of another
vector.
| |
LessThanOrEqual |
Tests if each component of a vector is less or equal than the corresponding component of
another vector.
| |
Multiply(Single, Vector2F) |
Multiplies a vector by a scalar.
| |
Multiply(Vector2F, Vector2F) |
Multiplies the components of two vectors by each other.
| |
Multiply(Vector2F, Single) |
Multiplies a vector by a scalar.
| |
Subtraction |
Subtracts a vector from a vector.
| |
UnaryNegation |
Negates a vector.
|