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
Is there a reason each vector is being added twice? The algorithm in the NFP paper specifies that we only need to add on of these translation vectors.
Could this be causing an overhead or is it needed for something else I'm not seeing?
The text was updated successfully, but these errors were encountered:
SVGnest/util/geometryutil.js
Lines 1567 to 1579 in 1248dc2
Is there a reason each vector is being added twice? The algorithm in the NFP paper specifies that we only need to add on of these translation vectors.
Could this be causing an overhead or is it needed for something else I'm not seeing?
The text was updated successfully, but these errors were encountered: