<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Shearable3D",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:7Spatial11Shearable3DP"
  },
  "title" : "Shearable3D"
}
-->

# Shearable3D

A set of methods that defines the interface to shear Spatial entities.

```
protocol Shearable3D
```

## Topics

### Instance methods

[`func shear(AxisWithFactors)`](/documentation/Spatial/Shearable3D/shear(_:))

Shears the entity by the specified axis and shear factors.

[`func sheared(AxisWithFactors) -> Self`](/documentation/Spatial/Shearable3D/sheared(_:))

Returns the entity that results from shearing with the specified axis and shear factors.

## Relationships

### Conforming Types

[`Vector3D`](/documentation/Spatial/Vector3D)

[`Size3D`](/documentation/Spatial/Size3D)

[`AffineTransform3D`](/documentation/Spatial/AffineTransform3D)

[`Rect3D`](/documentation/Spatial/Rect3D)

[`ProjectiveTransform3D`](/documentation/Spatial/ProjectiveTransform3D)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)