X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FRK4.hh;h=a2e0f1cbe713c62e0eb9b6267c2b2febaecd065a;hp=00c0b649c9406414dd7a56593322b59bb1f8b780;hb=33842c860fe18ca8cf087905992885687434320c;hpb=6dd7ae54e742339cc49e640d1076a310a0f4eedd diff --git a/src/Moof/RK4.hh b/src/Moof/RK4.hh index 00c0b64..a2e0f1c 100644 --- a/src/Moof/RK4.hh +++ b/src/Moof/RK4.hh @@ -75,15 +75,6 @@ inline void integrate(S& state, Scalar t, Scalar dt) } -//template -//inline T spring(Scalar k, Scalar b) -//{ - //current.force = -15 * (current.position - Mf::Vector2(200.0, 200.0)) - //- 15.0 * current.velocity; - //return -//} - - } // namespace Mf #endif // _MOOF_RK4_HH_