Vector4 Operators |
The Vector4 type exposes the following members.
Name | Description | |
---|---|---|
Addition(Vector4, Vector4) |
Adds corresponding coordinates of two vectors.
| |
Addition(Vector4, Single) |
Adds a value to all coordinates of the specified vector.
| |
Division(Vector4, Vector4) |
Divides corresponding coordinates of two vectors.
| |
Division(Vector4, Single) |
Divides coordinates of the specified vector by the specified factor.
| |
Equality |
Tests whether two specified vectors are equal.
| |
Inequality |
Tests whether two specified vectors are not equal.
| |
Multiply(Vector4, Vector4) |
Multiplies corresponding coordinates of two vectors.
| |
Multiply(Vector4, Single) |
Multiplies coordinates of the specified vector by the specified factor.
| |
Subtraction(Vector4, Vector4) |
Subtracts corresponding coordinates of two vectors.
| |
Subtraction(Vector4, Single) |
Subtracts a value from all coordinates of the specified vector.
|