From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_ship_debris.html | 333 ++++++++++++++++++++++++++++++++ 1 file changed, 333 insertions(+) create mode 100644 Doc/doxygen/html/class_ship_debris.html (limited to 'Doc/doxygen/html/class_ship_debris.html') diff --git a/Doc/doxygen/html/class_ship_debris.html b/Doc/doxygen/html/class_ship_debris.html new file mode 100644 index 0000000..b38c2ee --- /dev/null +++ b/Doc/doxygen/html/class_ship_debris.html @@ -0,0 +1,333 @@ + + + + + +Starshatter_Open: ShipDebris Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <ShipDesign.h>

+ +

List of all members.

+ + + +

+Public Member Functions

 ShipDebris ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + + + + + + +

+Public Attributes

Modelmodel
int count
int life
Vec3 loc
float mass
float speed
float drag
int fire_type
Vec3 fire_loc [5]
+

Detailed Description

+
+

Definition at line 86 of file ShipDesign.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
ShipDebris::ShipDebris ()
+
+inline
+
+ +

Definition at line 91 of file ShipDesign.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
static const char* ShipDebris::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 89 of file ShipDesign.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int ShipDebris::count
+
+ +

Definition at line 94 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
float ShipDebris::drag
+
+ +

Definition at line 99 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
Vec3 ShipDebris::fire_loc[5]
+
+ +

Definition at line 101 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
int ShipDebris::fire_type
+
+ +

Definition at line 100 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
int ShipDebris::life
+
+ +

Definition at line 95 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
Vec3 ShipDebris::loc
+
+ +

Definition at line 96 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
float ShipDebris::mass
+
+ +

Definition at line 97 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
Model* ShipDebris::model
+
+ +

Definition at line 93 of file ShipDesign.h.

+ +
+
+ +
+
+ + + + +
float ShipDebris::speed
+
+ +

Definition at line 98 of file ShipDesign.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1