I start seeing a lot of code lately, and I was in the position that I had to judge it. This experience triggered me in […] Read More
Category: Quick Tips
An example of linear interpolation in C++. Returns the interpolated values for the XX grid(std::vector), using as reference the X (std::vector<double, argument variable>) – x […] Read More
I saw that this is a common problem this days . So, this is just a function that returns true when a sprite is clicked […] Read More
This is a method frequently used among flash developers, when they want to multiply an object. Is not hard to understand I’m sure that this […] Read More
Because this is something that you should really know. And because I did not tell you this in my previous tutorials, I made this quick […] Read More