Vector3 Operators |
[This is preliminary documentation and is subject to change.]
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
Addition(Vector3, Single) | ||
Addition(Vector3, Vector3) |
Adds two vectors.
| |
Division(Single, Vector3) | ||
Division(Vector3, Single) |
Divides a vector by a scalar value.
| |
Division(Vector3, Vector3) |
Divides the components of a vector by the components of another vector.
| |
Equality |
Tests vectors for equality.
| |
Inequality |
Tests vectors for inequality.
| |
Multiply(Single, Vector3) |
Multiplies a vector by a scalar value.
| |
Multiply(Vector3, Single) |
Multiplies a vector by a scalar value.
| |
Multiply(Vector3, Vector3) |
Multiplies the components of two vectors by each other.
| |
Subtraction(Vector3, Single) | ||
Subtraction(Vector3, Vector3) |
Subtracts a vector from a vector.
| |
UnaryNegation |
Returns a vector pointing in the opposite direction.
|