+ transform
Creates a new affine transform initialized to the identity matrix.
単位行列に初期化される新しいアフィン変換を作成して返します。
- initWithTransform:
Initializes the receiver’s matrix using another transform object.
レシーバの持つ行列を別の変換オブジェクトを使って初期化します。
Availability 有効性
Technology
- (instancetype)init;
+ transform
- initWithTransform: