Initializer

init(scale:)

Creates an affine transformation matrix from scaling a single value. The matrix takes the following form: アフィン変換マトリックスをただ1つの値を拡大縮小することから作成します。マトリックスは以下の形式をとります:

Declaration 宣言

init(scale factor: CGFloat)

Discussion 議論


[ f  0  0 ]
[ 0  f  0 ]
[ 0  0  1 ]

See Also 参照

Creating Transforms 変換の作成