Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
NCollection_Mat3.hxx File Reference

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}

Variable Documentation

◆ NCollection_Mat3< Element_t >::MyIdentityArray

template<typename Element_t>
const Element_t NCollection_Mat3< Element_t >::MyIdentityArray[] = {1, 0, 0, 0, 1, 0, 0, 0, 1}

◆ NCollection_Mat3< Element_t >::MyZeroArray

template<typename Element_t>
const Element_t NCollection_Mat3< Element_t >::MyZeroArray[] = {0, 0, 0, 0, 0, 0, 0, 0, 0}