Functions
GLM_GTX_string_cast: String cast
GTX Extensions (Experimental)

Setup strings for GLM type values. More...

Functions

template<typename genType >
std::string to_string (genType const &x)

Detailed Description

Setup strings for GLM type values.

<glm/gtx/string_cast.hpp> need to be included to use these functionalities.


Function Documentation

std::string glm::gtx::string_cast::to_string ( genType const &  x)

Create a string from a GLM type value.

From GLM_GTX_string_cast extension.