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

# sheared(_:)

Returns a size that results from shearing over an axis by shear factors for the other two axes.

## Declaration

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

## Parameters

- `shear`: The shear axis and factors.

## Return Value

Return Value The size that results from shearing over an axis by shear factors for the other two axes.

## See Also

### Transforming a 3D size structure

- [applying(_:)](spatial/size3d/applying(_:)-85mlm.md)
- [applying(_:)](spatial/size3d/applying(_:)-7e2pf.md)
- [applying(_:)](spatial/size3d/applying(_:)-85mlm.md)
- [unapplying(_:)](spatial/size3d/unapplying(_:)-7qam3.md)
- [unapplying(_:)](spatial/size3d/unapplying(_:)-yock.md)
- [unapplying(_:)](spatial/size3d/unapplying(_:)-3ip2e.md)
- [applying(_:)](spatial/size3d/applying(_:)-7e2pf.md)
- [unapplying(_:)](spatial/size3d/unapplying(_:)-42rsa.md)
