Include < glm/gtx/transform.hpp > to use the features of this extension.
Add transformation matrices
Transforms a matrix with a translation 4 * 4 matrix created from 3 scalars.
GLM_GTC_matrix_transform
GLM_GTX_transform
Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in radians.
Transforms a matrix with a scale 4 * 4 matrix created from a vector of 3 components.