From 0e5a826935cd1e5ef1e3061d029e2aafea038f47 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 26 Sep 2017 14:18:22 +0100 Subject: Adding --- md_yage_physics_README.html | 56 +++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 37 deletions(-) (limited to 'md_yage_physics_README.html') diff --git a/md_yage_physics_README.html b/md_yage_physics_README.html index b7b36f6d..7969a255 100644 --- a/md_yage_physics_README.html +++ b/md_yage_physics_README.html @@ -3,23 +3,22 @@ - + + YAGE: Physics Engine + + - @@ -28,7 +27,7 @@ -
+
YAGE  v0.1.1
@@ -39,35 +38,19 @@
- + - + + + +
+
@@ -104,16 +87,15 @@ $(document).ready(function(){initNavTree('md_yage_physics_README.html','');});

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.

+

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.

-- cgit