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

# shear(_:)

Shears the entity by the specified axis and shear factors.

## Declaration

```swift
mutating func shear(_ shear: AxisWithFactors)
```

## Parameters

- `shear`: The shear axis and factors.

## See Also

### Instance methods

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