37typedef __attribute__ ((aligned (8))) float
matrix_t[4][4];
42typedef struct vectorstr {
Various common macros used throughout the codebase.
float matrix_t[4][4]
Basic 4x4 matrix type.
Definition vector.h:37
vector_t point_t
4-part point type (alias to the vector_t type).
Definition vector.h:49
4-part vector type.
Definition vector.h:42
float w
Definition vector.h:43