|  | Copperfield Engine 0.1
    C++ Game Engine | 
represents mathematical matrix with 3 cols and 3 rows More...
#include <matrix_3.h>
| Public Member Functions | |
| Mat3 | Multiply (const Mat3 &other) const | 
| float | Determinant () const | 
| Mat3 | Adjoint () const | 
| bool | GetInverse (Mat3 &out) const | 
| bool | Inverse () | 
| Mat3 | Transpose () const | 
| Vec3 | GetColum (int colum) const | 
| Vec3 | GetLine (int line) const | 
| Static Public Member Functions | |
| static Mat3 | Identity () | 
| static Mat3 | Translate (const Vec2 &position) | 
| static Mat3 | Translate (float x, float y) | 
represents mathematical matrix with 3 cols and 3 rows
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| colum | 
| 
 | inline | 
| out | 
| 
 | inline | 
| line | 
| 
 | inlinestatic | 
| 
 | inline | 
| 
 | inlinestatic | 
| x | |
| y | 
| 
 | inline |