Skip to content

Commit

Permalink
fixing comments, pulling subproject pg
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed Nov 2, 2024
1 parent 484d5d0 commit c364fe2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/openFrameworks/math/ofMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace glm {

#include <cstdlib>
#include <algorithm>
#include <cmath>
#include <cmath> //std::cos

/// \file
/// ofMath provides a collection of mathematical utilities and functions.
Expand Down
2 changes: 1 addition & 1 deletion libs/openFrameworks/math/ofVec4f.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace glm {

#include <glm/vec4.hpp>
#include <iostream>
#include <cmath> //sqrt
#include <cmath> // std::sqrt

class ofVec2f;
class ofVec3f;
Expand Down
1 change: 0 additions & 1 deletion libs/openFrameworks/types/ofColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#define GLM_FORCE_CTOR_INIT
#define GLM_ENABLE_EXPERIMENTAL
//#include <glm/gtx/wrap.hpp>
#include <glm/ext/scalar_common.hpp>
#include <glm/vec3.hpp>
#include <iostream>
Expand Down

0 comments on commit c364fe2

Please sign in to comment.