diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-14 16:44:03 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-14 16:46:03 -0600 |
commit | dfd6bc3c91c7bd508b5bde820366784bd980a677 (patch) | |
tree | df44a1950dd589cad9eb08345fec5ab2457adba2 /src/particle.cpp | |
parent | 87d906c4f3529e7ce8f836876292efbfbe765990 (diff) | |
download | mana-dfd6bc3c91c7bd508b5bde820366784bd980a677.tar.gz mana-dfd6bc3c91c7bd508b5bde820366784bd980a677.tar.bz2 mana-dfd6bc3c91c7bd508b5bde820366784bd980a677.tar.xz mana-dfd6bc3c91c7bd508b5bde820366784bd980a677.zip |
Start a MathUtils file
It has fast(inv)sqrt and weightedAverage.
Also cleanup the last ocmmit a bit.
Diffstat (limited to 'src/particle.cpp')
-rw-r--r-- | src/particle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle.cpp b/src/particle.cpp index 21844f01..78db2a58 100644 --- a/src/particle.cpp +++ b/src/particle.cpp @@ -36,7 +36,7 @@ #include "resources/resourcemanager.h" #include "utils/dtor.h" -#include "utils/fastsqrt.h" +#include "utils/mathutils.h" #include "utils/xml.h" #define SIN45 0.707106781f |