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