Contents

unapplying(_:)

Returns a size that results from unapplying the specified affine transform.

Declaration

func unapplying(_ transform: AffineTransform3D) -> Size3D

Parameters

  • transform:

    The affine transform that the function unapplies to the size.

Return Value

The size that results from unapplying the specified affine transform.

See Also

Transforming a 3D size structure