Set selection of target/browser in the Pair class instead of the module

This commit is contained in:
sylvass
2021-12-02 11:29:57 -05:00
parent 57ff730851
commit 816b394dc9
7 changed files with 66 additions and 65 deletions
@@ -78,7 +78,7 @@ public:
glm::vec2 screenSpaceDimensions();
glm::vec2 upperRightCornerScreenSpace();
glm::vec2 lowerLeftCornerScreenSpace();
bool coordIsInsideCornersScreenSpace(glm::vec2 coord);
bool intersection(glm::vec2 coord);
void translate(glm::vec2 translation, glm::vec2 position);
friend bool operator<(const ScreenSpaceRenderable& lhs, const ScreenSpaceRenderable& rhs);
void setCartesianPosition(const glm::vec3& position);