Files
COOM-OPENGL/include/glm/test/gtx/gtx_rotate_normalized_axis.cpp

10 lines
134 B
C++

#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/rotate_normalized_axis.hpp>
int main()
{
int Error(0);
return Error;
}