↓ 14 callersFunctionNewAffine2DNewAffine2D creates a new Affine2D transform from the matrix elements in row major order. The rows are: [sx, hx, ox], [hy, sy, oy], [0, 0, 1].
f32/affine.go:26
↓ 12 callersMethodElemsElems returns the matrix elements of the transform in row-major order. The rows are: [sx, hx, ox], [hy, sy, oy], [0, 0, 1].
f32/affine.go:120