matrix44f

using rlogic::matrix44f = std::array<float, 16>

Data type to hold float matrix 4x4 values. Stored in column-major shape (the first 4 values correspond to the first matrix column)