| 158 | void g3_GetViewMatrix(matrix *mat) { *mat = View_matrix; } |
| 159 | |
| 160 | void g3_GetUnscaledMatrix(matrix *mat) { *mat = Unscaled_matrix; } |
| 161 | |
| 162 | // Gets the matrix scale vector |
| 163 | void g3_GetMatrixScale(vector *matrix_scale) { *matrix_scale = Matrix_scale; } |
no outgoing calls
no test coverage detected