Structure for 4x4 matrix. More...
#include <kanzi/core/legacy/util/math/kzc_matrix4x4.hpp>
Public Attributes | |
kzFloat | data [16] |
Matrix data. More... | |
Structure for 4x4 matrix.
Uses column-major notation.
The translation components occupy the 13th, 14th, and 15th elements of the 16-element matrix, where indices are numbered from 1 to 16 as described in section 2.11.2 of the OpenGL 2.1 Specification.
kzFloat KzcMatrix4x4::data[16] |
Matrix data.