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

List of all members.

+ + + + + +

+Public Member Functions

 ObjFace ()
 ObjFace (const ObjFace &f)
void ReverseOrder ()
+ + + + + +

+Public Attributes

int v [MAX_OBJ_FACE_VERTS]
int n [MAX_OBJ_FACE_VERTS]
int t [MAX_OBJ_FACE_VERTS]
int nverts
+

Detailed Description

+
+

Definition at line 40 of file ModelFileOBJ.cpp.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
ObjFace::ObjFace ()
+
+inline
+
+ +

Definition at line 47 of file ModelFileOBJ.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
ObjFace::ObjFace (const ObjFacef)
+
+inline
+
+ +

Definition at line 54 of file ModelFileOBJ.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void ObjFace::ReverseOrder ()
+
+inline
+
+ +

Definition at line 64 of file ModelFileOBJ.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int ObjFace::n[MAX_OBJ_FACE_VERTS]
+
+ +

Definition at line 42 of file ModelFileOBJ.cpp.

+ +
+
+ +
+
+ + + + +
int ObjFace::nverts
+
+ +

Definition at line 45 of file ModelFileOBJ.cpp.

+ +
+
+ +
+
+ + + + +
int ObjFace::t[MAX_OBJ_FACE_VERTS]
+
+ +

Definition at line 43 of file ModelFileOBJ.cpp.

+ +
+
+ +
+
+ + + + +
int ObjFace::v[MAX_OBJ_FACE_VERTS]
+
+ +

Definition at line 41 of file ModelFileOBJ.cpp.

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