jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
pmvmat4f.hpp File Reference
#include <cassert>
#include <cmath>
#include <cstdarg>
#include <cstdint>
#include <iostream>
#include <string>
#include <jau/basic_types.hpp>
#include <jau/debug.hpp>
#include <jau/functional.hpp>
#include <jau/math/geom/frustum.hpp>
#include <jau/math/mat4f.hpp>
#include <jau/math/quaternion.hpp>
#include <jau/math/util/sstack.hpp>
#include <jau/math/util/syncbuffer.hpp>
#include <jau/type_concepts.hpp>
Include dependency graph for pmvmat4f.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jau::math::util::PMVMatrix4< Value_type >
 PMVMatrix4 implements the basic computer graphics Matrix4 pack using projection (P), modelview (Mv) and texture (T) Matrix4 operations. 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 PMVMatrix4< float > jau::math::util::PMVMat4f
 

Functions

template<jau::req::packed_floating_point Value_type>
std::ostream & jau::math::util::operator<< (std::ostream &out, const PMVMatrix4< Value_type > &v) noexcept