Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::TMatrix44< T >::data_type Union Reference

Storage union of the 4x4 matrix as array and 4 x4 array. It is initialized as a unit-matrix. More...

#include <TMatrix44.h>

Public Attributes

array [4 *4]
 
mtx [4][4]
 

Detailed Description

template<typename T>
union sf::TMatrix44< T >::data_type

Storage union of the 4x4 matrix as array and 4 x4 array. It is initialized as a unit-matrix.

Member Data Documentation

◆ array

template<typename T >
T sf::TMatrix44< T >::data_type::array[4 *4]

◆ mtx

template<typename T >
T sf::TMatrix44< T >::data_type::mtx[4][4]

The documentation for this union was generated from the following file: