#include "cglib/definitions.h"
#include "cglib/vector3.h"
#include "cglib/point3.h"
Go to the source code of this file.
Classes | |
struct | Matrix4x4 |
Represents a 4-by-4 real matrix. More... | |
Functions | |
Matrix4x4 | transpose (const Matrix4x4 &A) |
Return the transpose of the given matrix. |