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

>  It divides a polygon or a set of points into non-overlapping triangles. This process allows geometry to be broken down into smaller and simpler parts and is widely used in computational geometry. 

### An example of transformations

**More Detailed**

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

**Less Detailed**

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

### An example of test

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