Types of math to learn?
Alright, I''m starting to pickup on C++ very well. But thinking ahead at what''s to come I wonder what type''s of math am I going to be using.
My overall goal is to make an RPG sort of like the Nintendo versions of Dragon Warrior 1 through 4 or Final Fantasy. Of course I''m not going to be making the game for the Nintendo system, but I don''t know what type programming was behind those games, let alone what type math they used.
So if anyone with alot more experience then me knows, could you give a advanced beginner a heads up?
Well, for a 2d game I don''t think you need much advanced mathematics. Certainly not for a final-fantasy type game
Most mathematics is used by 3d games. Sin, cos, tan is always good to know for any game that doesn''t use straight up-down-left-rite movement. Vector mathematics and matrix multiplications aren''t usually aren''t needed either for a 2d game, but become important in programming 3d games. I also heard that calculus is good to know.
Most mathematics is used by 3d games. Sin, cos, tan is always good to know for any game that doesn''t use straight up-down-left-rite movement. Vector mathematics and matrix multiplications aren''t usually aren''t needed either for a 2d game, but become important in programming 3d games. I also heard that calculus is good to know.
I would say two of the most important math areas, at least to start with, would be algebra and logic. These two ideas are pretty fundamental to any programming in any area.
--------
Andrew
--------
Andrew
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement