#include <vhtBasic.h>
Public Member Functions | |
| vhtMat33d () | |
| vhtMat33d (vhtDouble m0, vhtDouble m1, vhtDouble m2, vhtDouble m3, vhtDouble m4, vhtDouble m5, vhtDouble m6, vhtDouble m7, vhtDouble m8) | |
| 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, vhtDouble m4, vhtDouble m5, vhtDouble m6, vhtDouble m7, vhtDouble m8) |
Private Attributes | |
| vhtDouble | mat [3][3] |
| vhtMat33d::vhtMat33d | ( | ) | [inline] |
| vhtMat33d::vhtMat33d | ( | vhtDouble | m0, | |
| vhtDouble | m1, | |||
| vhtDouble | m2, | |||
| vhtDouble | m3, | |||
| vhtDouble | m4, | |||
| vhtDouble | m5, | |||
| vhtDouble | m6, | |||
| vhtDouble | m7, | |||
| vhtDouble | m8 | |||
| ) | [inline] |
| void vhtMat33d::setMat | ( | vhtDouble | m0, | |
| vhtDouble | m1, | |||
| vhtDouble | m2, | |||
| vhtDouble | m3, | |||
| vhtDouble | m4, | |||
| vhtDouble | m5, | |||
| vhtDouble | m6, | |||
| vhtDouble | m7, | |||
| vhtDouble | m8 | |||
| ) | [inline] |
vhtDouble vhtMat33d::mat[3][3] [private] |
1.5.1-p1