Replies: 1 comment
-
I did that to simplify the coding when you need to do something with a copy. For example, if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it for performance?
I know Py5Vector implementation uses NumPy arrays inside, and an np.array object also has a
.copy()
mehod... as old PVector objects did.Just curious...
Beta Was this translation helpful? Give feedback.
All reactions