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
When a color is filled in at point (x,y) in the array,
all the points obeying the symmetry rules are calculated.
These points are recalculated when the input space is spanned over the full tile.
This span can be reduced to 2/2 or 1/4 or 1/8 of the tile if certain symmetry conditions are met.
This can potentially have a 2X/4X/8X improvement.
The text was updated successfully, but these errors were encountered:
When a color is filled in at point (x,y) in the array,
all the points obeying the symmetry rules are calculated.
These points are recalculated when the input space is spanned over the full tile.
This span can be reduced to 2/2 or 1/4 or 1/8 of the tile if certain symmetry conditions are met.
This can potentially have a 2X/4X/8X improvement.
The text was updated successfully, but these errors were encountered: