Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dmatrix.c119 void compute_YXZ(g3s_matrix *view_matrix);
127 void (*rotation_table[])(g3s_matrix *) = {compute_XYZ, compute_YXZ, compute_invalid, compute_YZ…
195 void compute_YXZ(g3s_matrix *view_matrix) { in compute_YXZ() function