Making changes to Vector3 related stuff.

This commit is contained in:
Brian 2014-02-20 21:15:54 -07:00
parent 4fd8dfb9f1
commit ce04edb8cb
4 changed files with 65 additions and 7 deletions

View file

@ -5,6 +5,8 @@
using namespace igloo;
#include "math/Vector3.h"
// Testing headers:
#include "tests/TestsVector3.h"