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

# sheared(_:)

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

## Declaration

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

## Parameters

- `shear`: The shear axis and factors.

## See Also

### Instance methods

- [shear(_:)](spatial/shearable3d/shear(_:).md)
