glm/test/gtx/gtx_rotate_normalized_axis.cpp

10 lines
125 B
C++
Raw Normal View History

2016-11-12 13:19:22 +00:00
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/rotate_normalized_axis.hpp>
int main()
{
int Error(0);
2014-01-11 20:12:53 +00:00
return Error;
}