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

#include <Geometry.h>

+ +

List of all members.

+ + + + + + + +

+Public Member Functions

 Plane ()
 Plane (const Point &p0, const Point &p1, const Point &p2)
 Plane (const Vec3 &v0, const Vec3 &v1, const Vec3 &v2)
void Rotate (const Vec3 &v0, const Matrix &m)
void Translate (const Vec3 &v0)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + +

+Public Attributes

float distance
Vec3 normal
+

Detailed Description

+
+

Definition at line 271 of file Geometry.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
Plane::Plane ()
+
+ +

Definition at line 509 of file Geometry.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Plane::Plane (const Pointp0,
const Pointp1,
const Pointp2 
)
+
+ +

Definition at line 513 of file Geometry.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Plane::Plane (const Vec3v0,
const Vec3v1,
const Vec3v2 
)
+
+ +

Definition at line 524 of file Geometry.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
void Plane::Rotate (const Vec3v0,
const Matrixm 
)
+
+ +

Definition at line 535 of file Geometry.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void Plane::Translate (const Vec3v0)
+
+ +

Definition at line 541 of file Geometry.cpp.

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

Definition at line 273 of file Geometry.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float Plane::distance
+
+ +

Definition at line 282 of file Geometry.h.

+ +
+
+ +
+
+ + + + +
Vec3 Plane::normal
+
+ +

Definition at line 283 of file Geometry.h.

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