From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NL3D__CDriverGL__CMatrix3x4.html | 550 +++++++++++++++++++++ 1 file changed, 550 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CDriverGL__CMatrix3x4.html (limited to 'docs/doxygen/nel/class_NL3D__CDriverGL__CMatrix3x4.html') diff --git a/docs/doxygen/nel/class_NL3D__CDriverGL__CMatrix3x4.html b/docs/doxygen/nel/class_NL3D__CDriverGL__CMatrix3x4.html new file mode 100644 index 00000000..70000380 --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CDriverGL__CMatrix3x4.html @@ -0,0 +1,550 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CDriverGL::CMatrix3x4 Struct Reference

List of all members. + + + + + + + + + + + + + + + + + +

Public Methods

void set (const CMatrix &mat)
void mulAddVector (const CVector &in, float scale, CVector &out)
void mulAddPoint (const CVector &in, float scale, CVector &out)

Public Attributes

float a11
float a12
float a13
float a14
float a21
float a22
float a23
float a24
float a31
float a32
float a33
float a34
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + +
+void NL3D::CDriverGL::CMatrix3x4::mulAddPoint ( + +const CVector & in, +
+float scale, +
+CVector & out ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 285 of file driver_opengl.h.

+

+ + + + +
+ + + + + + + + + + + + + + +
+void NL3D::CDriverGL::CMatrix3x4::mulAddVector ( + +const CVector & in, +
+float scale, +
+CVector & out ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 278 of file driver_opengl.h.

+

+ + + + +
+ + + + + + +
+void NL3D::CDriverGL::CMatrix3x4::set ( + +const CMatrix & mat ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 98 of file driver_opengl_matrix.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a11 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 271 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a12 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 271 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a13 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 271 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a14 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 271 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a21 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 272 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a22 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 272 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a23 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 272 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a24 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 272 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a31 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 273 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a32 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 273 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a33 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 273 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+float NL3D::CDriverGL::CMatrix3x4::a34 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 273 of file driver_opengl.h.

+


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