> ## Documentation Index
> Fetch the complete documentation index at: https://shapely.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Shapely Voronoi

>  It generates a Voronoi diagram based on the given set of points. Each Voronoi cell represents the area belonging to the nearest point. 

### An example of transformations

<a href="/images/Shp_Voronoi.png" target="_blank">
  <img src="https://mintcdn.com/shapely/GJHJdNNcTY3U2HKC/images/Shp_Voronoi.png?fit=max&auto=format&n=GJHJdNNcTY3U2HKC&q=85&s=0f24a5b0a52fed49794bea287a168f98" className="pointer-events-none" style={{ borderRadius: '0.5rem', border: '1px solid rgba(0,0,0,0.1)' }} width="1850" height="908" data-path="images/Shp_Voronoi.png" />
</a>

### An example of test

<Frame>
  <a href="https://github.com/DurmusCesur/docs/releases/download/Dyn/Shp_Voronoi.dyn" download="Shp_Voronoi.dyn">
    <button className="bg-[#16A34A] text-white px-5 py-1 rounded-md hover:bg-[#15803D] transition-colors">
      Shp\_Voronoi.dyn
    </button>
  </a>
</Frame>
