Vector3 Operators |
The Vector3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition | Vector3 addition
| |
| Equality | Vector3 exact equality - see EQ(Vector3, Vector3) for alternative
| |
| Inequality | Vector3 exact inequality - see EQ(Vector3, Vector3) for alternative
| |
| Multiply(Double, Vector3) |
Scale the X, Y and Z components of Vector3 | |
| Multiply(Single, Vector3) |
Scale the X, Y and Z components of Vector3 | |
| Multiply(Vector3, Double) |
Scale the X, Y and Z components of Vector3 | |
| Multiply(Vector3, Single) |
Scale the X, Y and Z components of Vector3 | |
| Subtraction | Vector3 subtraction
| |
| UnaryNegation | Vector3 unary negation
|