Vector4F Operators and Type Conversions |
The Vector4F type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two vectors.
|
![]() ![]() | Division(Single, Vector4F) |
Divides a scalar by a vector.
|
![]() ![]() | Division(Vector4F, Vector4F) |
Divides the first vector by the second vector.
|
![]() ![]() | Division(Vector4F, Single) |
Divides a vector by a given scalar.
|
![]() ![]() | Equality |
Determines whether two given vectors are equal.
|
![]() ![]() | (Vector4F to Vector4) | |
![]() ![]() | Inequality |
Determines whether two given vectors are unequal.
|
![]() ![]() | Multiply(Single, Vector4F) |
Multiplies a vector by a given scalar.
|
![]() ![]() | Multiply(Vector4F, Vector4F) |
Multiplies two vectors together.
|
![]() ![]() | Multiply(Vector4F, Single) |
Multiplies a vector by a given scalar.
|
![]() ![]() | Subtraction |
Subtracts two vectors.
|
![]() ![]() | UnaryNegation |
Reverses the direction of a given vector.
|