On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←structImageMath ImageMath Method affineInvertHorizontal affineInvertHorizontalReturns an (u, v) -> (u', v') transformation that represents a horizontal mirroring, i.e. (u, v) -> (1 - u, v). Declaration static func affineInvertHorizontal() -> CGAffineTransform Summary Returns an (u, v) -> (u', v') transformation that represents a horizontal mirroring, i.e. (u, v) -> (1 - u, v).
Returns an (u, v) -> (u', v') transformation that represents a horizontal mirroring, i.e. (u, v) -> (1 - u, v).