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

# sheared(_:)

Returns the transform sheared by the specified shear.

## Declaration

```swift
func sheared(_ shear: AxisWithFactorsFloat) -> ProjectiveTransform3DFloat
```

## Parameters

- `shear`: The axis and shear factors.

## Discussion

Discussion Returns The sheared transform.
