func rotate(byDegrees : CGFloat)
Applies a rotation factor (measured in degrees) to the receiver’s transformation matrix.
回転因数(度数で計られた)をレシーバの変換行列に適用します。
func rotate(byRadians : CGFloat)
Applies a rotation factor (measured in radians) to the receiver’s transformation matrix.
回転因数(ラジアンで計られる)をレシーバの変換行列に適用します。
func scale(by: CGFloat)
Applies the specified scaling factor along both x and y axes to the receiver’s transformation matrix.
指定された拡大縮小因数をxとy軸の両方に沿ってレシーバの変換行列に適用します。
func scaleX (by: CGFloat, yBy : CGFloat)
Applies scaling factors to each axis of the receiver’s transformation matrix.
拡大縮小因数をレシーバの変換行列の各軸に適用します。
func translateX (by: CGFloat, yBy : CGFloat)
Applies the specified translation factors to the receiver’s transformation matrix.
指定された変換因数をレシーバの変換行列に適用します。
func append(AffineTransform)
Appends the specified matrix to the receiver’s matrix.
指定された行列をレシーバの持つ行列に加えます。
func prepend(AffineTransform)
Prepends the specified matrix to the receiver’s matrix.
指定された行列をレシーバの行列の先頭に加えます。