Tag Archive: angles

Feb 09

Vector Class

Shows Pythagoras' Theorem in relation to vectors

This tutorial shows how to create a basic vector class for vectors in C++. If you haven’t already, read the previous tutorial about the basics of classes here. Introduction Vectors are very important in many computer programs involving graphics, and are especially crucial in games. Having a vector class makes them easier to use and …

Continue reading »