[This is preliminary documentation and is subject to change.]
The Vector4 type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two vectors.
|
![]() ![]() | Division |
Scales a vector by the given value.
|
![]() ![]() | Equality |
Tests for equality between two objects.
|
![]() ![]() | Inequality |
Tests for inequality between two objects.
|
![]() ![]() | Multiply(Single, Vector4) |
Scales a vector by the given value.
|
![]() ![]() | Multiply(Vector4, Single) |
Scales a vector by the given value.
|
![]() ![]() | Subtraction |
Subtracts two vectors.
|
![]() ![]() | UnaryNegation |
Reverses the direction of a given vector.
|
See Also