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

Go to the source code of this file.

Classes

struct  mat2< T >
 

Functions

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

Function Documentation

◆ operator<<()

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

beautified std::cout operator

Template Parameters
U
Returns