NSAffineTransformStruct
A structure that defines the three-by-three matrix that performs an affine transform between two coordinate systems.
3掛ける3行列を定義する構造体、それは2つの座標システム間のアフィン変換を実行します。
Availability 有効性
Technology
@property NSAffineTransformStruct
transformStruct;
The matrix is of the form shown in Transform Mathematics, and the six-element structure defined by the NSAffine
structure is of the form:
行列は、Transform Mathematicsで示される形式です、そしてNSAffine
構造体によって定義される6要素構造体は次の形式です:
The NSAffine
structure is an alternate representation of a transformation matrix that can be used to specify matrix values directly.
NSAffine
構造体は、変換行列の代替の表現です、それは行列値を直接に指定するために使われることができます。
NSAffineTransformStruct
- initWithTransform: