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
should be possible to make the code branchless in the pure circle primitive case
o-w is a is more difficult due to the design of the algorithm (marching squares/tiles based means branches), but it is (should be) linear scaling, whilst o-o is O(cells^2) which is O(cN) which should be worse.
The text was updated successfully, but these errors were encountered:
should be possible to make the code branchless in the pure circle primitive case
o-w is a is more difficult due to the design of the algorithm (marching squares/tiles based means branches), but it is (should be) linear scaling, whilst o-o is O(cells^2) which is O(cN) which should be worse.
The text was updated successfully, but these errors were encountered: