0
How much math is used in game development with c++
3 ответов
+ 2
Mr Ali
Same question
https://www.sololearn.com/Discuss/2927472/?ref=app
+ 1
I rarely had to remember maths when doing normal website design and backend development (maybe set theory and simple arithmetic at the most.)
But I had to perfectly revise my Trigonometry, 2D, 3D geometry , linear algebra when working with graphics or games.
Game graphics can be understood like this.
Imagine you got a pen but to move that pen you can only use instructions like ( make a line, make a circle, go there, make a curve, etc).
Now you have to re draw a new image every few milli seconds ( usually 17ms to reach 60FPS) to make animation.
Add some conditional logic to control the animation based on user input to make it a game.
https://code.sololearn.com/WM69XHQC8dy2/?ref=app
https://code.sololearn.com/W1PjwR3reFzJ/?ref=app