aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics/README.md')
-rw-r--r--yage/physics/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/yage/physics/README.md b/yage/physics/README.md
deleted file mode 100644
index c1419155..00000000
--- a/yage/physics/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Physics Engine
-
-## Acceleration
-
-speed and position:
-
-I have
-```
-a = dv / dt;
-v = dp / dt;
-```
-
-I am going to use the second order runga kutta method with a = 0, b = 1, alpha = 1 / 2 and beta = 1 / 2.