---
title: "sheared(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/shearable3dprotocol/sheared(_:)"
---

# sheared(_:)

Returns a sheared entity.

## Declaration

```swift
func sheared(_ shear: Self.AxisEnumeration) -> Self
```

## Parameters

- `shear`: The axis and shear factors.

## Discussion

Discussion Returns The sheared entity.
