XYZ Operators
| Name | Return Type | Description |
|---|---|---|
| Addition(XYZ, XYZ) | XYZ | Adds the two specified vectors and returns the result. |
| Division(XYZ, Double) | XYZ | Divides the specified vector by the specified value. |
| Multiply(Double, XYZ) | XYZ | Multiplies the specified number and the specified vector. |
| Multiply(XYZ, Double) | XYZ | Multiplies the specified number and the specified vector. |
| Subtraction(XYZ, XYZ) | XYZ | Subtracts the two specified vectors and returns the result. |
| UnaryNegation(XYZ) | XYZ | Negates the specified vector and returns the result. |