From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../html/structirr_1_1video_1_1_s3_d_vertex.html | 504 +++++++++++++++++++++ 1 file changed, 504 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex.html (limited to 'src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex.html b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex.html new file mode 100644 index 0000000..cf746f2 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex.html @@ -0,0 +1,504 @@ + + + + +Irrlicht 3D Engine: irr::video::S3DVertex Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::video::S3DVertex Struct Reference
+
+
+ +

standard vertex used by the Irrlicht engine. + More...

+ +

#include <S3DVertex.h>

+
+ + Inheritance diagram for irr::video::S3DVertex:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+

standard vertex used by the Irrlicht engine.

+ +

Definition at line 42 of file S3DVertex.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
irr::video::S3DVertex::S3DVertex () [inline]
+
+
+ +

default constructor

+ +

Definition at line 45 of file S3DVertex.h.

+ +

Referenced by getInterpolated().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex::S3DVertex (f32 x,
f32 y,
f32 z,
f32 nx,
f32 ny,
f32 nz,
SColor c,
f32 tu,
f32 tv 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 48 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex::S3DVertex (const core::vector3dfpos,
const core::vector3dfnormal,
SColor color,
const core::vector2d< f32 > & tcoords 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 52 of file S3DVertex.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
S3DVertex irr::video::S3DVertex::getInterpolated (const S3DVertexother,
f32 d 
) [inline]
+
+ +
+ +
+
+ + + + + + + +
E_VERTEX_TYPE irr::video::S3DVertex::getType () const [inline]
+
+
+ +

Reimplemented in irr::video::S3DVertexTangents, and irr::video::S3DVertex2TCoords.

+ +

Definition at line 88 of file S3DVertex.h.

+ +

References irr::video::EVT_STANDARD.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertex::operator!= (const S3DVertexother) const [inline]
+
+
+ +

Definition at line 74 of file S3DVertex.h.

+ +

References Color, Normal, Pos, and TCoords.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertex::operator< (const S3DVertexother) const [inline]
+
+
+ +

Definition at line 80 of file S3DVertex.h.

+ +

References Color, Normal, Pos, and TCoords.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertex::operator== (const S3DVertexother) const [inline]
+
+
+ +

Definition at line 68 of file S3DVertex.h.

+ +

References Color, Normal, Pos, and TCoords.

+ +
+
+

Member Data Documentation

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