[This is preliminary documentation and is subject to change.]
The Vector3 type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition |
Adds two vectors.
| |
Division |
Scales a vector by the given value.
| |
Equality |
Tests for equality between two objects.
| |
Inequality |
Tests for inequality between two objects.
| |
Multiply(Single, Vector3) |
Scales a vector by the given value.
| |
Multiply(Vector3, Single) |
Scales a vector by the given value.
| |
Subtraction |
Subtracts two vectors.
| |
UnaryNegation |
Reverses the direction of a given vector.
|
See Also