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