Contents

inverted()

Returns a new transform that results from inverting an existing projective transform.

Declaration

func inverted() -> ProjectiveTransform3D?

Return Value

The transform that results from inverting an existing projective transform. The method returns nil if the underlying matrix isn’t invertible.

See Also

Deprecated symbols