GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
|
#include <string>
Go to the source code of this file.
Data Structures | |
class | radix::Matrix4f |
Namespaces | |
radix | |
Macros | |
#define | MATRIX4F_HPP |
Functions | |
Matrix4f | radix::transpose (const Matrix4f &m) |
float | radix::determinant (const Matrix4f &m) |
Matrix4f | radix::inverse (const Matrix4f &m) |
Matrix3f | radix::toMatrix3f (const Matrix4f &m) |
#define MATRIX4F_HPP |