From 3d96965ecd28b9037a83c4b22f65fcf502dce336 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 29 Jul 2017 10:00:20 +0100 Subject: Updating docs --- classyage_1_1Body.html | 148 ------------------------------------------------- 1 file changed, 148 deletions(-) delete mode 100644 classyage_1_1Body.html (limited to 'classyage_1_1Body.html') diff --git a/classyage_1_1Body.html b/classyage_1_1Body.html deleted file mode 100644 index 708f8a2d..00000000 --- a/classyage_1_1Body.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - -YAGE: yage::Body Class Reference - - - - - - - - - -
-
- - - - - - -
-
YAGE -
-
Yet Another Game Engine
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
- -
-
yage::Body Class Referenceabstract
-
-
-
-Inheritance diagram for yage::Body:
-
-
- - -yage::CollisionBody -yage::ParticleBody -yage::RigidBody - -
- - - - - - - - - - -

-Public Member Functions

-virtual void applyForce (const Vector2d &force)=0
 
-virtual void update ()=0
 
-double xPosition () const
 
-double yPosition () const
 
- - - -

-Static Public Attributes

-static const double GRAVITY =-9.81
 
- - - -

-Protected Member Functions

Body (const Vector2d &position=Vector2d(0, 0), double mass=1, const Vector2d &velocity=Vector2d(0, 0), bool gravity=false)
 
- - - - - - - - - - - - - -

-Protected Attributes

-Vector2d position_ =Vector2d(0, 0)
 
-double mass_ =1
 
-Vector2d velocity_ =Vector2d(0, 0)
 
-bool gravity_ =true
 
-Vector2d acceleration_ =Vector2d(0, 0)
 
-Vector2d force_ =Vector2d(0, 0)
 
-
The documentation for this class was generated from the following files: -
- - - - -- cgit