Structureswift 6.0.3Foundation
NSAffineTransformStruct
A structure that defines the three-by-three matrix that performs an affine transform between two coordinate systems.
struct NSAffineTransformStruct
A structure that defines the three-by-three matrix that performs an affine transform between two coordinate systems.
struct NSAffineTransformStruct
import Foundation
protocol Sendable
init()
Initializes a zero-filled transformation matrix.
init(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat)
Initializes a transformation matrix with the given values.
var m11: CGFloat
var m12: CGFloat
var m21: CGFloat
var m22: CGFloat
var tX: CGFloat
var tY: CGFloat