Contents

sheared(_:)

Returns an affine transform that results from shearing over an axis by shear factors for the other two axes.

Declaration

func sheared(_ shear: AxisWithFactors) -> AffineTransform3D

Parameters

  • shear:

    The shear axis and factors.

Return Value

The affine transform that results from shearing over an axis by shear factors for the other two axes.

See Also

Transforming a 3D affine transform structure