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