Optionale11: numberOptionale12: numberOptionale13: numberOptionale21: numberOptionale22: numberOptionale23: numberStatic ReadonlyIdentityThe identity affine.
Static ReadonlyZeroThe zero affine.
Iterates over the affine components in row-major order.
Creates a new affine with the same components.
Inverts this affine in place.
Serializes this affine.
Sets this affine from raw matrix components.
StaticcloneStaticcomposeStaticcopyStaticdecomposeStaticdeserializeOptionalout: GlobalTransform2D = ...StaticdivideStaticequalStaticidentityStaticinvertStaticlookStaticmultiplyStaticrotateStaticscaleStaticserializeStaticsetStatictransformStatictransformStatictranslateStaticvalidateChecks whether a value is a valid affine serial.
Staticzero
Represents a 2x3 affine. Can be used to represent 2 dimensional rotation, scale, skew and translation.
Matrix layout: | a | c | x | | b | d | y |