|
jaulib v1.4.0-9-g73fd9b5
Jau Support Library (C++, Java, ..)
|
#include <algorithm>#include <cassert>#include <cmath>#include <cstdarg>#include <vector>#include <jau/cpp_lang_util.hpp>#include <jau/math/mat4f.hpp>#include <jau/type_concepts.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 | |