philsupertramp/game-math
|
#include <cmath>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | vec4< T > |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &os, const vec4< T > &obj) |
template<class T > | |
vec4< T > | build_vec4 (void *in) |