Vector3D Operators and Type Conversions
Operators
Addition(Vector3D, Vector3D) | Adds the second to the first vector |
Implicit(Vector3 to Vector3D) | |
Multiply(Vector3D, Double) | Multiplies the vector by the given scalar. |
Subtraction(Vector3D, Vector3D) | Subtracts the second from the first vector |
UnaryNegation(Vector3D) | Negates the vector |