Mat4 Description Name struct Tinman.Math.Mat4 Used by DatumOp.Matrix.transform / Model.Read.transform A 4x4 matrix with 64-bit floating-point precision. / \ | M11 M12 M13 M14 | | M21 M22 M23 M24 | | M31 M32 M33 M34 | | M41 M42 M43 M44 | \ / Fields / Required elements Type number[] The matrix elements, in row-major order. Mat3 Range