Hi all. I am currently trying to make a 2D library for a game I am making, one of the library's is going to be a 2D vector class. I want to be able to find length,magnitude,normalise,dot product and the basic +,-,=,== operation in this class
now for the question =D
would this type of set out work for my vector classes