tgMathlib.cpp
Go to the documentation of this file.
00001 #include <blort/TomGine/tgMathlib.h>
00002 
00003 std::ostream & operator<<(std::ostream & out, const mat3 & m)
00004 {
00005     out << m.mat[0] << " " << m.mat[1] << " " << m.mat[2] << std::endl;
00006     out << m.mat[3] << " " << m.mat[4] << " " << m.mat[5] << std::endl;
00007     out << m.mat[6] << " " << m.mat[7] << " " << m.mat[8] << std::endl;
00008 }


blort
Author(s): Thomas Mörwald , Michael Zillich , Andreas Richtsfeld , Johann Prankl , Markus Vincze , Bence Magyar
autogenerated on Wed Aug 26 2015 15:24:12