Vector4 Operators |
The Vector4 type exposes the following members.
Name | Description | |
---|---|---|
Addition | ||
Division(Vector4, Vector4) | ||
Division(Vector4, Single) | ||
Equality |
Tests whether all components of both Vector4 are equivalent.
| |
Inequality |
Tests whether any component of both Vector4 are not equivalent.
| |
Multiply(Vector4, Vector4) | ||
Multiply(Vector4, Single) | ||
Subtraction | ||
UnaryNegation |
Creates a Vector4 with the components set to the negative values of the given
vector's components.
|