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/struct_poly.html | 479 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 479 insertions(+) create mode 100644 Doc/doxygen/html/struct_poly.html (limited to 'Doc/doxygen/html/struct_poly.html') diff --git a/Doc/doxygen/html/struct_poly.html b/Doc/doxygen/html/struct_poly.html new file mode 100644 index 0000000..04dfd19 --- /dev/null +++ b/Doc/doxygen/html/struct_poly.html @@ -0,0 +1,479 @@ + + + + + +Starshatter_Open: Poly Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <Polygon.h>

+ +

List of all members.

+ + + +

+Public Types

enum  { MAX_VERTS = 4 + }
+ + + + + + + +

+Public Member Functions

 Poly ()
 Poly (int init)
 ~Poly ()
int operator< (const Poly &p) const
int operator== (const Poly &p) const
int Contains (const Vec3 &pt) const
+ + +

+Static Public Member Functions

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

+Public Attributes

BYTE nverts
BYTE visible
WORD verts [MAX_VERTS]
WORD vlocs [MAX_VERTS]
VertexSetvertex_set
Materialmaterial
int sortval
float flatness
Plane plane
+

Detailed Description

+
+

Definition at line 30 of file Polygon.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
Enumerator:
+ +
MAX_VERTS  +
+
+
+ +

Definition at line 34 of file Polygon.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
Poly::Poly ()
+
+inline
+
+ +

Definition at line 36 of file Polygon.h.

+ +
+
+ +
+
+ + + + + + + + +
Poly::Poly (int init)
+
+ +

Definition at line 355 of file Polygon.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Poly::~Poly ()
+
+inline
+
+ +

Definition at line 38 of file Polygon.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
int Poly::Contains (const Vec3pt) const
+
+ +

Definition at line 386 of file Polygon.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int Poly::operator< (const Polyp) const
+
+inline
+
+ +

Definition at line 40 of file Polygon.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int Poly::operator== (const Polyp) const
+
+inline
+
+ +

Definition at line 41 of file Polygon.h.

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

Definition at line 32 of file Polygon.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float Poly::flatness
+
+ +

Definition at line 52 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
Material* Poly::material
+
+ +

Definition at line 50 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
BYTE Poly::nverts
+
+ +

Definition at line 45 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
Plane Poly::plane
+
+ +

Definition at line 53 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
int Poly::sortval
+
+ +

Definition at line 51 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
VertexSet* Poly::vertex_set
+
+ +

Definition at line 49 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
WORD Poly::verts[MAX_VERTS]
+
+ +

Definition at line 47 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
BYTE Poly::visible
+
+ +

Definition at line 46 of file Polygon.h.

+ +
+
+ +
+
+ + + + +
WORD Poly::vlocs[MAX_VERTS]
+
+ +

Definition at line 48 of file Polygon.h.

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