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
Currently circle_pack loops over 8 points around a circle and checks that each point lies inside a polygon. This can definitely be vectorized using numpy, i.e. create array of the points and check if all points are inside the polygon with numpy functions.
The text was updated successfully, but these errors were encountered:
Currently circle_pack loops over 8 points around a circle and checks that each point lies inside a polygon. This can definitely be vectorized using numpy, i.e. create array of the points and check if all points are inside the polygon with numpy functions.
The text was updated successfully, but these errors were encountered: