gtx_orthonormalize.cpp 85 B

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