Optionale11: numberOptionale12: numberOptionale13: numberOptionale14: numberOptionale21: numberOptionale22: numberOptionale23: numberOptionale24: numberOptionale31: numberOptionale32: numberOptionale33: numberOptionale34: 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.
Composes this affine from translation, orientation and scale.
Decomposes this affine into translation, orientation and scale.
Inverts this affine in place.
Serializes this affine.
Sets this affine from raw matrix components.
StaticcomposeComposes an affine from translation, orientation and scale.
Optionalout: Affine3StaticcopyStaticdecomposeDecomposes an affine into translation, orientation and scale.
StaticdeserializeDeserializes an affine from an array.
Optionalout: Affine3StaticdivideStaticequalStaticidentityStaticinvertStaticlookStaticmultiplyStaticrotateRotates an affine by a quaternion.
Optionalout: Affine3StaticscaleStaticserializeStaticsetStatictoStatictransformStatictransformStatictranslateStaticvalidateChecks whether a value is a valid affine serial.
Staticzero
Represents a 3x4 affine. Can be used to represent 3 dimensional rotation, scale, skew and translation.
Matrix layout: | a | d | g | x | | b | e | h | y | | c | f | i | z |