Neil Roberts
dedb753d30
CoglMatrix: Don't make the matrix fields private
The xx, yx, zx etc fields are meant to be read-only but they were marked as private with the gtk-doc annotation. This patch moves the private marker so that the 16 float member fields are public but the type, inverted matrix, flags and padding are not.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%