Home
last modified time | relevance | path

Searched refs:MAT3_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/mathc/
H A DREFERENCE.md17 #define MAT3_SIZE 9
H A DREADME.md62 mfloat_t rotation_mat[MAT3_SIZE];
H A Dmathc.c2344 mfloat_t multiplied[MAT3_SIZE]; in mat2_multiply()
2498 mfloat_t cofactor[MAT3_SIZE]; in mat3_cofactor()
2712 mfloat_t multiplied[MAT3_SIZE]; in mat3_multiply()
2822 mfloat_t m2[MAT3_SIZE]; in mat4_determinant()
H A Dmathc.h59 #define MAT3_SIZE 9 macro