Commit graph

9 commits

Author SHA1 Message Date
bf29fa91e7 Playing around with some additional math functions and testing. I know I'm probably not doing the testing entirely correctly, or at least my naming of the tests sucks. Would love feedback, though of course I'll be doing research on it. With the addition of cmpf, Vector is clearly intended to be used with a floating point type, float, double, or long double. I may or may not change this. In my commercial ready version the class would support virtually any type, even a custom number class (fixed point). 2014-02-20 23:03:12 -07:00
ce04edb8cb Making changes to Vector3 related stuff. 2014-02-20 21:15:54 -07:00
44608cf2c8 Updated readme, and updated main so you don't need to run the test program on the commandline. 2014-02-20 12:52:11 -07:00
db0ac63215 Playing around with Igloo unit testing. 2014-02-20 12:41:43 -07:00
3657230298 Adding igloo to test proj. Since it doesn't have any cpp files, I can include it directly, no need to setup a separate project. 2014-02-20 12:16:30 -07:00
84a9c3937e Moving things around. 2014-02-20 11:33:04 -07:00
7edaf675b1 Adding testing stubs. Added basic Vector3 functionality. 2014-02-19 22:04:04 -07:00
074862ea6c Adding basic test project files
Added the main source file for running tests in. Added premake4.lua so
you can create a project for "any" platform/target of your choice.
Added gitignore to only add those basic files, ignore everything else.
2014-02-19 21:51:55 -07:00
dcdf8538a8 Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00