From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- md_yage_physics_README.html | 56 ++++++++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 19 deletions(-) (limited to 'md_yage_physics_README.html') diff --git a/md_yage_physics_README.html b/md_yage_physics_README.html index 7969a255..48897618 100644 --- a/md_yage_physics_README.html +++ b/md_yage_physics_README.html @@ -3,22 +3,23 @@ - - + YAGE: Physics Engine - - + @@ -27,7 +28,7 @@ -
+
YAGE  v0.1.1
@@ -38,19 +39,35 @@
- + - - - - +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
@@ -87,15 +104,16 @@ $(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