Contents

sheared(_:)

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

Declaration

func sheared(_ shear: AxisWithFactors) -> ProjectiveTransform3D

Parameters

  • shear:

    The shear axis and factors.

Return Value

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

See Also

Transforming a 3D projective transform structure