#include <vhtBasic.h>
Public Member Functions | |
vhtMat22d () | |
vhtMat22d (vhtDouble m0, vhtDouble m1, vhtDouble m2, vhtDouble m3) | |
vhtDouble | get (vhtSize32 row, vhtSize32 col) const |
void | set (vhtSize32 row, vhtSize32 col, vhtDouble value) |
void | setMat (vhtDouble m0, vhtDouble m1, vhtDouble m2, vhtDouble m3) |
Private Attributes | |
vhtDouble | mat [2][2] |
vhtMat22d::vhtMat22d | ( | ) | [inline] |
vhtDouble vhtMat22d::mat[2][2] [private] |