Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cmath>
#include <cstdarg>
#include <cstdint>
#include <cassert>
#include <limits>
#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 More... | |
typedef SimpleStack< float, 16 > | jau::math::util::Stack16f |
4x4 float matrix stack based on single float elements More... | |