wyxogo / Circle

Add circles with "uniform nearest-neighbor distance"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle

Add circles with "uniform nearest-neighbor distance"

Description

There is a question: how to add circles with "uniform nearest-neighbor distance" in a given area? So far, this response used BFS to generate the circles. But it is not efficient. So I tried to use a new method to generate the circles.

The process is as follows:

Generating Process

About

Add circles with "uniform nearest-neighbor distance"

License:Apache License 2.0


Languages

Language:Python 100.0%