JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Vector3 Additional functions

Open benkuper opened this issue 1 year ago • 0 comments

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

benkuper avatar Oct 28 '24 11:10 benkuper