1 #ifndef GIM_GEOM_TYPES_H_INCLUDED     2 #define GIM_GEOM_TYPES_H_INCLUDED    97 #endif // GIM_GEOM_TYPES_H_INCLUDED GREAL2 vec2d[2]
Double vector 2D. 
GUINT vec3ui[3]
Unsigned Integer vector 3D. 
GREAL2 vec3d[3]
Float vector 3D. 
GREAL mat2f[2][2]
Matrix 2D, row ordered. 
GREAL quatf[4]
Quaternion. 
GREAL2 vec4d[4]
Float vector 4D. 
GUSHORT vec4us[4]
Integer vector 4D. 
GREAL mat3f[3][3]
Matrix 3D, row ordered. 
GUSHORT vec2us[2]
Short Integer vector 2D. 
GUINT vec4ui[4]
Unsigned Integer vector 4D. 
GREAL vec2f[2]
Float vector 2D. 
GSHORT vec2s[2]
Short Integer vector 2D. 
GREAL vec3f[3]
Float vector 3D. 
GINT vec2i[2]
Integer vector 2D. 
GUSHORT vec3us[3]
Integer vector 3D. 
GREAL mat4f[4][4]
Matrix 4D, row ordered. 
GSHORT vec3s[3]
Integer vector 3D. 
GREAL vec4f[4]
Float vector 4D. 
GUINT vec2ui[2]
Unsigned Integer vector 2D. 
GINT vec3i[3]
Integer vector 3D. 
GINT vec4i[4]
Integer vector 4D. 
GSHORT vec4s[4]
Integer vector 4D.