---
title: "AxisWithFactors.xAxis(yShearFactor:zShearFactor:)"
framework: spatial
role: symbol
role_heading: Case
path: "spatial/axiswithfactors/xaxis(yshearfactor:zshearfactor:)"
---

# AxisWithFactors.xAxis(yShearFactor:zShearFactor:)

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

## Declaration

```swift
case xAxis(yShearFactor: Double, zShearFactor: Double)
```

## Parameters

- `yShearFactor`: The shear factor for the y-axis.
- `zShearFactor`: The shear factor for the z-axis.

## See Also

### Enumeration cases

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