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
Mutation of the point provided as an argument to pointToIndex causes confusing hard to track bugs. It would be helpful to either document the behavior or make the function pure.
Mutation of the point provided as an argument to
pointToIndex
causes confusing hard to track bugs. It would be helpful to either document the behavior or make the function pure.See:
https://github.com/mhyfritz/hilbert-curve/blob/master/src/index.js#L59
https://github.com/mhyfritz/hilbert-curve/blob/master/src/index.js#L69
The text was updated successfully, but these errors were encountered: