gtx_rotate_normalized_axis.cpp 93 B

12345678
  1. #include <glm/gtx/rotate_normalized_axis.hpp>
  2. int main()
  3. {
  4. int Error(0);
  5. return Error;
  6. }