---
title: "AxisWithFactors.yAxis(xShearFactor:zShearFactor:)"
framework: spatial
role: symbol
role_heading: Case
path: "spatial/axiswithfactors/yaxis(xshearfactor:zshearfactor:)"
---

# AxisWithFactors.yAxis(xShearFactor:zShearFactor:)

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

## Declaration

```swift
case yAxis(xShearFactor: Double, zShearFactor: Double)
```

## Parameters

- `xShearFactor`: The shear factor for the x-axis.
- `zShearFactor`: The shear factor for the z-axis.

## See Also

### Enumeration cases

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