math.beta/include/math
2014-02-20 23:06:14 -07:00
..
.gitkeep setting up directory structure 2014-02-19 20:40:09 -07:00
FixedPoint.h Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
MathDefs.h 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
Matrix.h Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
Plane.h Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
Quaternion.h Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
Ray.h Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
TransMatrix.h Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
Vector2.h Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
Vector3.h Changed IsZero to use epsilon, removed use epsilon comment, and removed virtual destructor, which I don't know why I added that. 2014-02-20 23:06:14 -07:00