JUCE
JUCE copied to clipboard
Vector3 Additional functions
This PR adds more operators to be able to use +, - and * and / for both numbers and Vector3D. One exception is the * for vector 3d as it is already used by dot product, so there are 2 additional methods multiply and multiplied