Open CASCADE Technology 7.9.0
NCollection_Mat4.hxx File Reference

Data Structures

class  NCollection_Mat4< Element_t >
 Generic matrix of 4 x 4 elements. To be used in conjunction with NCollection_Vec4 entities. Originally introduced for 3D space projection and orientation operations. Warning, empty constructor returns an identity matrix. More...
 

Variables

template<typename Element_t>
const Element_t NCollection_Mat4< Element_t >::MyZeroArray []
 
template<typename Element_t>
const Element_t NCollection_Mat4< Element_t >::MyIdentityArray []
 

Variable Documentation

◆ NCollection_Mat4< Element_t >::MyIdentityArray

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

◆ NCollection_Mat4< Element_t >::MyZeroArray

template<typename Element_t>
const Element_t NCollection_Mat4< Element_t >::MyZeroArray[]
Initial value:
=
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}