Structure
NSAffineTransformStruct
A structure that defines the three-by-three matrix that performs an affine transform between two coordinate systems.
3掛ける3行列を定義する構造体、それは2つの座標システム間のアフィン変換を実行します。
Declaration
宣言
struct NSAffineTransformStruct
Overview
概要
For more details, see Cocoa Drawing Guide.
詳細は、Cocoa Drawing Guideを見てください。
Topics
話題
Initializers
イニシャライザ
init()
Initializes a zero-filled transformation matrix.
ゼロで満たされた変換マトリックスを初期化します。
Instance Properties
インスタンスプロパティ
var m11: CGFloat
An element of the transform matrix that contributes scaling, rotation, and shear.
拡大縮小、回転、そして剪断を与える変換マトリックスのある要素。
var m12: CGFloat
An element of the transform matrix that contributes scaling, rotation, and shear.
拡大縮小、回転、そして剪断を与える変換マトリックスのある要素。
var m21: CGFloat
An element of the transform matrix that contributes scaling, rotation, and shear.
拡大縮小、回転、そして剪断を与える変換マトリックスのある要素。
var m22: CGFloat
An element of the transform matrix that contributes scaling, rotation, and shear.
拡大縮小、回転、そして剪断を与える変換マトリックスのある要素。
var tX: CGFloat
An element of the transform matrix that contributes translation.
平行移動を与える変換マトリックスのある要素。
var tY: CGFloat
An element of the transform matrix that contributes translation.
平行移動を与える変換マトリックスのある要素。
See Also
参照
Accessing the Transformation Matrix
変換マトリックスにアクセスする