> ## 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 Rotate Skew

>  Rotates a geometry and simultaneously applies skew to it. This operation changes the position of the geometry while also providing a more complex transformation. 

<Note>
  X : Rotates the geometry only around the **X Axis**

  Y : Rotates the geometry only around the **Y Axis**
</Note>

### An example of transformations

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

### An example of test

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