|
|
Vector3 Operators |
The Vector3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Add vector.
| |
| Division |
Divide vector by constant.
| |
| Equality |
Compare vectors.
| |
| ExclusiveOr |
Compute vector cross product.
| |
| GreaterThan |
Compare vectors.
| |
| Inequality |
Compare vectors.
| |
| LessThan |
Compare vectors.
| |
| Multiply(Double, Vector3) |
Multiply vector by constant.
| |
| Multiply(Vector3, Vector3) |
Multiply vectors (dot product).
| |
| Multiply(Vector3, Double) |
Multiply vector by constant.
| |
| Subtraction |
Subtract vector.
| |
| UnaryNegation |
Invert vector.
|