From 72b41042223bfe31d70df8a71a50e4ba5d4f674d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:02:37 +0000 Subject: [Travis] Rebuilding documentation --- md_yage_physics_README.html | 120 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create 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 new file mode 100644 index 00000000..da145e9e --- /dev/null +++ b/md_yage_physics_README.html @@ -0,0 +1,120 @@ + + + + + + +YAGE: Physics Engine + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
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