Vector4F Operators and Type Conversions |
The Vector4F type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two vectors.
| |
Division(Vector4F, Vector4F) |
Divides the components of a vector by the components of another
vector.
| |
Division(Vector4F, Single) |
Divides a vector by a scalar.
| |
Equality |
Tests if two vectors are equal.
| |
(Vector4 to Vector4F) | ||
(Vector4F to Single) |
Converts a vector to an array of 4 float values.
| |
(Vector4F to ListSingle) |
Converts a vector to a list of 4 float values.
| |
(Vector4F to Vector4) | ||
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.
| |
(Vector4F to Vector4D) | ||
(Vector4F 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, Vector4F) |
Multiplies a vector by a scalar.
| |
Multiply(Vector4F, Vector4F) |
Multiplies the components of two vectors by each other.
| |
Multiply(Vector4F, Single) |
Multiplies a vector by a scalar.
| |
Subtraction |
Subtracts a vector from a vector.
| |
UnaryNegation |
Negates a vector.
|