Data Structures | |
class | NCollection_Mat3< Element_t > |
3x3 Matrix class. Warning, empty constructor returns an identity matrix. More... | |
Variables | |
template<typename Element_t> | |
const Element_t | NCollection_Mat3< Element_t >::MyZeroArray [] = {0, 0, 0, 0, 0, 0, 0, 0, 0} |
template<typename Element_t> | |
const Element_t | NCollection_Mat3< Element_t >::MyIdentityArray [] = {1, 0, 0, 0, 1, 0, 0, 0, 1} |
const Element_t NCollection_Mat3< Element_t >::MyIdentityArray[] = {1, 0, 0, 0, 1, 0, 0, 0, 1} |
const Element_t NCollection_Mat3< Element_t >::MyZeroArray[] = {0, 0, 0, 0, 0, 0, 0, 0, 0} |