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

# sheared(_:)

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

## Declaration

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

## Parameters

- `shear`: The shear axis and factors.

## Return Value

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

## See Also

### Transforming a 3D projective transform structure

- [AxisWithFactors](spatial/axiswithfactors.md)
- [Axis3D](spatial/axis3d.md)
- [flip(along:)](spatial/projectivetransform3d/flip(along:).md)
- [flipped(along:)](spatial/projectivetransform3d/flipped(along:).md)
