|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <cmath>#include <cstdarg>#include <cassert>#include <vector>#include <type_traits>#include <algorithm>#include <jau/cpp_lang_util.hpp>#include <jau/math/mat4f.hpp>Go to the source code of this file.
Classes | |
| class | jau::math::util::MatrixStack< Value_type, > |
A Matrix stack of compounds, each consisting of 16 * T More... | |
| class | jau::math::util::SimpleStack< Value_type, Element_size, > |
A simple stack of compounds, each consisting of element_size * T More... | |
Namespaces | |
| namespace | jau |
| __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
| namespace | jau::math |
| namespace | jau::math::util |
Typedefs | |
| typedef MatrixStack< float > | jau::math::util::Mat4fStack |
| 4x4 float matrix stack | |
| typedef SimpleStack< float, 16 > | jau::math::util::Stack16f |
| 4x4 float matrix stack based on single float elements | |