- rotateByDegrees:
Applies a rotation factor (measured in degrees) to the receiver’s transformation matrix.
回転因数(度数で計られた)をレシーバの変換行列に適用します。
- rotateByRadians:
Applies a rotation factor (measured in radians) to the receiver’s transformation matrix.
回転因数(ラジアンで計られる)をレシーバの変換行列に適用します。
- scaleBy:
Applies the specified scaling factor along both x and y axes to the receiver’s transformation matrix.
指定された拡大縮小因数をxとy軸の両方に沿ってレシーバの変換行列に適用します。
- translateXBy:yBy:
Applies the specified translation factors to the receiver’s transformation matrix.
指定された変換因数をレシーバの変換行列に適用します。
- appendTransform:
Appends the specified matrix to the receiver’s matrix.
指定された行列をレシーバの持つ行列に加えます。
- prependTransform:
Prepends the specified matrix to the receiver’s matrix.
指定された行列をレシーバの行列の先頭に加えます。
- invert
Replaces the receiver’s matrix with its inverse matrix.
レシーバの持つ行列をそれの逆行列で置き換えます。