Mat3 Description Name struct Tinman.Math.Mat3 Used by Image.Procedural.transform / Raster.Project.matrix / Shape.Matrix.matrix A 3x3 matrix with 64-bit floating-point precision. / \ | M11 M12 M13 | | M21 M22 M23 | | M31 M32 M33 | \ / Fields / Required elements Type number[] The matrix elements, in row-major order. Mat2 Mat4