JNGL
Easy to use cross-platform 2D game library
|
Contains jngl::Vec2 class. More...
Go to the source code of this file.
Classes | |
class | Vec2 |
Two-dimensional vector. More... | |
struct | vec_traits< jngl::Vec2 > |
Namespaces | |
namespace | jngl |
JNGL's main namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &, const Vec2 &) |
Prints the vector like this: [x=…, y=…]. | |
Contains jngl::Vec2 class.
Definition in file Vec2.hpp.