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