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