inverted()
Returns a new transform that results from inverting an existing affine transform.
Declaration
func inverted() -> AffineTransform3D?Return Value
The transform that results from inverting an existing affine transform. The method returns nil if the underlying matrix isn’t invertible.