Increase and decrease a number between two min and max values
Increasing and decreasing a number between two bounds is rather important in most cases. I used it mostly in OpenGL scenes to render objects from min to
max value and from max to min. The algorithm is quite simple. Shortly,
Set a flag.
If the flag i...
blog.mdminhazulhaque.io2 min read