Vector3 Operators |
The Vector3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Adds two vectors together.
| |
| Division(Vector3, Vector3) |
Divides the first vector by the second.
| |
| Division(Vector3, Single) |
Divides the vector by the given scalar.
| |
| Equality |
Returns a boolean indicating whether the two given vectors are equal.
| |
| Inequality |
Returns a boolean indicating whether the two given vectors are not equal.
| |
| Multiply(Single, Vector3) |
Multiplies a vector by the given scalar.
| |
| Multiply(Vector3, Vector3) |
Multiplies two vectors together.
| |
| Multiply(Vector3, Single) |
Multiplies a vector by the given scalar.
| |
| Subtraction |
Subtracts the second vector from the first.
| |
| UnaryNegation |
Negates a given vector.
|