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

# sheared(_:)

Returns a sheared vector.

## Declaration

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

## Parameters

- `shear`: The axis and shear factors.

## Discussion

Discussion Returns The sheared vector.
