From be5d48d2eaed3af76f03297e376f7a67e8a8238f Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 20 Dec 2017 18:02:11 +0000 Subject: Rebuilding documentation --- rigidbody_8h_source.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'rigidbody_8h_source.html') diff --git a/rigidbody_8h_source.html b/rigidbody_8h_source.html index 886c4534..e299b1f1 100644 --- a/rigidbody_8h_source.html +++ b/rigidbody_8h_source.html @@ -30,7 +30,7 @@
YAGE -  v0.3.1 +  v0.1.3
Yet Another Game Engine
@@ -108,14 +108,7 @@ $(document).ready(function(){initNavTree('rigidbody_8h_source.html','');});
rigidbody.h
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
-
2  * rigidbody.h
-
3  *
-
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
-
5  * MIT License, see LICENSE file for more details.
-
6  * ----------------------------------------------------------------------------
-
7  */
-
8 
+Go to the documentation of this file.
1 
9 #ifndef YAGE_RIGID_BODY_H
10 #define YAGE_RIGID_BODY_H
11 
@@ -141,14 +134,14 @@ $(document).ready(function(){initNavTree('rigidbody_8h_source.html','');});
RigidBody(const Vector2d &position=Vector2d(0, 0), double mass=1, const Vector2d &velocity=Vector2d(0, 0), bool gravity=true)
Definition: rigidbody.cpp:14
Definition: rigidbody.h:19
Vector2< double > Vector2d
Definition of a 2D vector.
Definition: matrix.h:398
- +