SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator<<() [1/3]

template<typename OStream , glm::length_t C, glm::length_t R, typename T , glm::qualifier Q>
OStream & operator<< ( OStream & os,
const glm::mat< C, R, T, Q > & matrix )
inline

Definition at line 97 of file Log.h.

98{
99 return os << glm::to_string(matrix);
100}