cleaned up Calc header, renamed numerics folder to math

This commit is contained in:
Noel Berry
2022-02-11 16:03:27 -08:00
parent cedc57e322
commit edee79b237
29 changed files with 192 additions and 333 deletions

View File

@ -28,10 +28,10 @@
#include "blah/images/image.h"
#include "blah/images/packer.h"
#include "blah/numerics/calc.h"
#include "blah/numerics/spatial.h"
#include "blah/numerics/color.h"
#include "blah/numerics/ease.h"
#include "blah/math/calc.h"
#include "blah/math/spatial.h"
#include "blah/math/color.h"
#include "blah/math/ease.h"
#include "blah/streams/bufferstream.h"
#include "blah/streams/filestream.h"