All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcMatrix4x4 Struct Reference

Structure for 4x4 matrix. More...

#include <core/util/math/kzc_matrix4x4.h>

Public Attributes

kzFloat data [16]
 Matrix data. More...
 

Detailed Description

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.

Member Data Documentation

kzFloat KzcMatrix4x4::data[16]

Matrix data.


The documentation for this struct was generated from the following file: