From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- md_yage_physics_README.html | 120 -------------------------------------------- 1 file changed, 120 deletions(-) delete mode 100644 md_yage_physics_README.html (limited to 'md_yage_physics_README.html') diff --git a/md_yage_physics_README.html b/md_yage_physics_README.html deleted file mode 100644 index 57242835..00000000 --- a/md_yage_physics_README.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - -YAGE: Physics Engine - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
-
-
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.

-
-
- - - - -- cgit