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/_solid_8cpp.html | 264 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 Doc/doxygen/html/_solid_8cpp.html (limited to 'Doc/doxygen/html/_solid_8cpp.html') diff --git a/Doc/doxygen/html/_solid_8cpp.html b/Doc/doxygen/html/_solid_8cpp.html new file mode 100644 index 0000000..f5db502 --- /dev/null +++ b/Doc/doxygen/html/_solid_8cpp.html @@ -0,0 +1,264 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/Solid.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Solid.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "Solid.h"
+#include "Scene.h"
+#include "Bitmap.h"
+#include "DataLoader.h"
+#include "Light.h"
+#include "Shadow.h"
+#include "Projector.h"
+#include "OPCODE.h"
+
+

Go to the source code of this file.

+ + + + + +

+Classes

class  OPCODE_data
struct  HomogenousPlane
struct  MaterialMag6
+ + + +

+Functions

void Print (const char *fmt,...)
bool Collinear (const double *a, const double *b, const double *c)
+ + + + +

+Variables

Opcode::AABBTreeCollider opcode_collider
const double SELECT_EPSILON = 0.05
const double SELECT_TEXTURE = 0.0001
+

Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
bool Collinear (const double * a,
const double * b,
const double * c 
)
+
+inline
+
+ +

Definition at line 863 of file Solid.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void Print (const char * fmt,
 ... 
)
+
+ +

Definition at line 1520 of file Game.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
Opcode::AABBTreeCollider opcode_collider
+
+ +

Definition at line 40 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
const double SELECT_EPSILON = 0.05
+
+ +

Definition at line 2024 of file Solid.cpp.

+ +
+
+ +
+
+ + + + +
const double SELECT_TEXTURE = 0.0001
+
+ +

Definition at line 2025 of file Solid.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1