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