Contents

unapplying(_:)

Returns a rectangle that results from unapplying the specified projective transform.

Declaration

func unapplying(_ transform: ProjectiveTransform3D) -> Rect3D

Parameters

  • transform:

    The projective transform that the function unapplies to the rectangle.

Return Value

The rectangle that results from unapplying the specified projective transform.

See Also

Transforming a 3D rectangle structure