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

#include <l3ds.h>

+ +

List of all members.

+ + + +

+Public Member Functions

int operator== (const LVector4 &v) const
+ + + + + +

+Public Attributes

float x
float y
float z
float w
+

Detailed Description

+
+

Definition at line 26 of file l3ds.h.

+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int LVector4::operator== (const LVector4v) const
+
+inline
+
+ +

Definition at line 33 of file l3ds.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float LVector4::w
+
+ +

Definition at line 31 of file l3ds.h.

+ +
+
+ +
+
+ + + + +
float LVector4::x
+
+ +

Definition at line 28 of file l3ds.h.

+ +
+
+ +
+
+ + + + +
float LVector4::y
+
+ +

Definition at line 29 of file l3ds.h.

+ +
+
+ +
+
+ + + + +
float LVector4::z
+
+ +

Definition at line 30 of file l3ds.h.

+ +
+
+
The documentation for this struct was generated from the following file:
    +
  • D:/SRC/StarshatterSVN/Magic2/l3ds.h
  • +
+
+
+ + + + -- cgit v1.1