> ## 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 ConvexHull

>  It forms the smallest convex polygon that encompasses the entire geometry or set of points. The resulting geometry is a boundary that surrounds all points without containing any concave indentations. 


### An example of transformations

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

### An example of test

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