Game Development Exam Prep – Magnitude

In Ant’s lesson today we began to look into Magnitude and Pythagoras. Magnitude is the  length of the vector and Pythagoras is hat can be used to calculate the longest length of the triangle.

2D = Magnitude squared = x squared + y squared

3D = Magnitude squared = x squared + y squared + z squared

This can commonly be used to work out the distance between 2 objects.

Other than this I also began to look into what art style I may want to use for my game I create in the exam, I began to create arrow with a pixel art style but stumbled upon a more smooth design which I prefer.

Arrow.png

Leave a comment