#include "vgui_transpose_4x4.h"Go to the source code of this file.
Defines | |
| #define | swup(x, y) { tmp=x; x=y; y=tmp; } |
Functions | |
| void | vgui_transpose_4x4 (double A[4][4]) |
Definition in file vgui_transpose_4x4.cxx.
| #define swup | ( | x, | |
| y | |||
| ) | { tmp=x; x=y; y=tmp; } |
| void vgui_transpose_4x4 | ( | double | A[4][4] | ) |
Definition at line 11 of file vgui_transpose_4x4.cxx.
1.7.5.1