Steeriously  0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
GeometryHelpers.hpp
1 #include <steeriously/VectorMath.hpp>
2 
3 namespace steer
4 {
5 
17 
25 void WrapAround(steer::Vector2 &pos, int MaxX, int MaxY);
26 
27 }//namespace steer