Returns a copy of the p5.Vector object.
उदाहरण
सिंटैक्स
copy()
copy(v)
पैरामीटर्स
v
p5.Vector:
the p5.Vector to create a copy of
Returns
p5.Vector: copy of the p5.Vector object.
Notice any errors or typos? Please let us know. Please feel free to edit src/math/p5.Vector.js and open a pull request!