Contents

sheared(_:)

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

Declaration

func sheared(_ shear: AxisWithFactors) -> Size3D

Parameters

  • shear:

    The shear axis and factors.

Return Value

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

See Also

Transforming a 3D size structure