Hi,
I have a class that is passed a PVector in the constructor, which it then assigns to a variable using the .copy() function. However, in the console I get this error: this.velocity = _velocity.copy(); ^^^^ The method copy() is undefined for the type PVector
Can anyone help?
Thanks