philsupertramp/game-math
Loading...
Searching...
No Matches
Classes | Functions
mat4.h File Reference
#include "../vec/vec4.h"
#include "mat3.h"

Go to the source code of this file.

Classes

struct  mat4< T >
 

Functions

template<class U >
std::ostream & operator<< (std::ostream &out, const mat4< U > &mat)
 

Function Documentation

◆ operator<<()

template<class U >
std::ostream & operator<< ( std::ostream &  out,
const mat4< U > &  mat 
)

beautified std::cout operator

Template Parameters
U
Returns