Irrlicht
type TMatrix4 = record
4x4 Matrix; used for transformations. Equals irr::core::matrix4.
Elements: array[0..15] of Single;