Loading...
Searching...
No Matches
glm Namespace Reference

Functions

void to_json (nlohmann::json &j, const vec3 &v)
 GLM Helper extensions.
 
void from_json (const nlohmann::json &j, vec3 &v)
 

Function Documentation

◆ from_json()

void glm::from_json ( const nlohmann::json &  j,
vec3 &  v 
)
inline

Definition at line 251 of file SerializerUtils.h.

◆ to_json()

void glm::to_json ( nlohmann::json &  j,
const vec3 &  v 
)
inline

GLM Helper extensions.

Definition at line 247 of file SerializerUtils.h.