Skip to main content
API Reference SwiftyNsdk ImageMath

affineScaling

Returns an (u, v) -> (u', v') transformation that represents a 2D affine scaling.

Declaration

static func affineScaling(sx: Float, sy: Float) -> CGAffineTransform

Summary

Returns an (u, v) -> (u', v') transformation that represents a 2D affine scaling.


ON THIS PAGE