Contents

CGAffineTransformIsIdentity(_:)

Checks whether an affine transform is the identity transform.

Declaration

func CGAffineTransformIsIdentity(_ t: CGAffineTransform) -> Bool

Parameters

  • t:

    The affine transform to check.

Return Value

Returns true if t is the identity transform, false otherwise.

See Also

Evaluating Affine Transforms