Last active
August 29, 2015 13:56
-
-
Save bitbrain/8904502 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rect<float> Screen = Rect<float>(Vec2F(0, 0), Vec2F(500, 500)); | |
Vec2F vec2F(501.0f, 1.0f); | |
std::cout << Screen.isInside(vec2F) << std::endl; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment