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::Matrix3f |
Namespaces | |
radix | |
Macros | |
#define | MATRIX3F_HPP |
Functions | |
Matrix3f | radix::transpose (const Matrix3f &m) |
float | radix::determinant (const Matrix3f &m) |
Matrix3f | radix::inverse (const Matrix3f &m) |
Matrix4f | radix::toMatrix4f (const Matrix3f &m) |
#define MATRIX3F_HPP |