|
|
@ -188,6 +188,8 @@ namespace glm |
|
|
|
template <typename CTy, typename CTr, typename T, precision P> |
|
|
|
template <typename CTy, typename CTr, typename T, precision P> |
|
|
|
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tquat<T,P> const&); |
|
|
|
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tquat<T,P> const&); |
|
|
|
template <typename CTy, typename CTr, typename T, precision P> |
|
|
|
template <typename CTy, typename CTr, typename T, precision P> |
|
|
|
|
|
|
|
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec1<T,P> const&); |
|
|
|
|
|
|
|
template <typename CTy, typename CTr, typename T, precision P> |
|
|
|
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec2<T,P> const&); |
|
|
|
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec2<T,P> const&); |
|
|
|
template <typename CTy, typename CTr, typename T, precision P> |
|
|
|
template <typename CTy, typename CTr, typename T, precision P> |
|
|
|
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec3<T,P> const&); |
|
|
|
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tvec3<T,P> const&); |
|
|
|