#include <defs.hpp>
Inheritance diagram for math::Chunk< T, S >:


Public Member Functions | |
| T * | begin () |
| const T * | begin () const |
| T * | end () |
| const T * | end () const |
| const T & | operator[] (const unsigned int i) const |
| T & | operator[] (const unsigned int i) |
Static Public Member Functions | |
| unsigned int | size () |
| unsigned int | bytesize () |
Public Attributes | |
| T | val [S] |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 87 of file defs.hpp. Referenced by math::Mat< T, W, H >::begin(), and math::Dot< T, S >::operator()(). |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Definition at line 89 of file defs.hpp. Referenced by math::Dot< T, S >::operator()(). |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||
|
Definition at line 98 of file defs.hpp. Referenced by math::Chunk< T, 3 >::begin(), math::Chunk< T, 3 >::end(), math::Cross< T >::operator()(), and math::Chunk< T, 3 >::operator[](). |
1.3.2