| 
    jaulib v1.4.1
    
   Jau Support Library (C++, Java, ..) 
   | 
 
#include <cmath>#include <cstdarg>#include <cassert>#include <jau/float_types.hpp>#include <jau/functional.hpp>#include <jau/math/mat4f.hpp>#include <jau/type_concepts.hpp>Go to the source code of this file.
Classes | |
| class | jau::math::util::SyncBuffer | 
| Convenient tuple of a sync_action_t and data buffer.  More... | |
| class | jau::math::util::SyncMatrices4< Value_type > | 
| SyncBuffer interface with multiple underlying Matrix4.  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 void(* | jau::math::util::sync_action_fptr) () | 
| Plain function pointer type matching sync_action_t.   | |
| typedef jau::function< void()> | jau::math::util::sync_action_t | 
| Specific data synchronization action implemented by the data provider to update the buffer with the underlying data before usage, e.g.   | |
| typedef SyncMatrices4< float > | jau::math::util::SyncMats4f |