You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EX.Vector already has some functions (scale, add, sub, rotate and clone) that have an optional dest argument, so I'm suggesting to consistently add an optional destargument to the following functions:
Use destination or output instead of the abbreviated dest currently used.
Update the documentation to inform developers of the potential performance gains from using this argument when using Vector. (Even more optional: Add code examples to show the differences)