Berserk
Classes | Namespaces | Typedefs | Functions
TQuat.hpp File Reference
#include <core/Config.hpp>
#include <core/Crc32.hpp>
#include <core/Typedefs.hpp>
#include <core/math/TMatMxN.hpp>
#include <core/math/TVecN.hpp>
#include <ostream>
Include dependency graph for TQuat.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TQuat< T >
 General quaternion math class. More...
 
struct  std::hash< BRK_NS::TQuat< T > >
 

Namespaces

 std
 

Typedefs

using Quatf = TQuat< float >
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &ostream, const BRK_NS::TQuat< T > &quat)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& operator<< ( std::ostream &  ostream,
const BRK_NS::TQuat< T > &  quat 
)
inline