gtx_io Module Reference

Include < glm/gtx/io.hpp > to use the features of this extension.

std::[w]ostream support for glm types

std::[w]ostream support for glm types + qualifier/width/etc. manipulators based on howard hinnant's std::chrono io proposal [ http://home.roadrunner.com/~hinnant/bloomington/chrono_io.html ]


Public Member Functions

  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, qua< T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, vec< 1, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, vec< 2, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, vec< 3, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, vec< 4, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 2, 2, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 2, 3, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 2, 4, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 3, 2, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 3, 3, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 3, 4, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 4, 2, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 4, 3, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, mat< 4, 4, T, Q > const &)
  • GLM_FUNC_DECL std::basic_ostream< CTy, CTr > &
    operator<< (std::basic_ostream< CTy, CTr > &, std::pair< mat< 4, 4, T, Q > const, mat< 4, 4, T, Q > const > const &)