Game Development
Vector Algebra and Game Programming
Video game programming requires extensive use of mathematics and physics. Some typical examples are the following: controlling the motion of objects in space, drawing geometric shapes on the scene, computing the effects after a collision of objects in accordance with Newton’s laws of classical mechanics, etc.Geometry plays a fundamental role. The classic Read more…