---
title: "AxisWithFactors.zAxis(xShearFactor:yShearFactor:)"
framework: spatial
role: symbol
role_heading: Case
path: "spatial/axiswithfactors/zaxis(xshearfactor:yshearfactor:)"
---

# AxisWithFactors.zAxis(xShearFactor:yShearFactor:)

Shears over the z-axis with shear factors for the x- and y-axis.

## Declaration

```swift
case zAxis(xShearFactor: Double, yShearFactor: Double)
```

## Parameters

- `xShearFactor`: The shear factor for the x-axis.
- `yShearFactor`: The shear factor for the y-axis.

## See Also

### Enumeration cases

- [AxisWithFactors.xAxis(yShearFactor:zShearFactor:)](spatial/axiswithfactors/xaxis(yshearfactor:zshearfactor:).md)
- [AxisWithFactors.yAxis(xShearFactor:zShearFactor:)](spatial/axiswithfactors/yaxis(xshearfactor:zshearfactor:).md)
