OrangeJuice7 / SDL-OpenGL-Game-Framework

A generic and portable game project framework using C++, SDL and OpenGL.
MIT License
3 stars 2 forks source link

Add vector math #20

Open OrangeJuice7 opened 4 years ago

OrangeJuice7 commented 4 years ago

Would simplify some (x,y) expressions. Also help prevent x/y typos.