From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/structNL3D_1_1CLinearEquation.html | 257 +++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CLinearEquation.html (limited to 'docs/doxygen/nel/structNL3D_1_1CLinearEquation.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CLinearEquation.html b/docs/doxygen/nel/structNL3D_1_1CLinearEquation.html new file mode 100644 index 00000000..3eb576cc --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CLinearEquation.html @@ -0,0 +1,257 @@ + + + + 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::CLinearEquation Struct Reference

#include <mrm_internal.h> +

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

Public Methods

void init (uint32 ii)
void add (CLinearEquation &eq, float factor)
void mul (float factor)
void clear ()

Public Attributes

std::vector< ElementElts
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void NL3D::CLinearEquation::add CLinearEquation &   eq,
float   factor
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file mrm_internal.h. +

+References Elts.

+

+ + + + +
+ + + + + + + + + +
void NL3D::CLinearEquation::clear   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file mrm_internal.h. +

+References NLMISC::contReset, and Elts. +

+Referenced by init.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CLinearEquation::init uint32   ii [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file mrm_internal.h. +

+References clear, and Elts.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CLinearEquation::mul float   factor [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file mrm_internal.h. +

+References Elts.

+


Member Data Documentation

+

+ + + + +
+ + +
std::vector<Element> NL3D::CLinearEquation::Elts +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file mrm_internal.h. +

+Referenced by add, clear, init, and mul.

+


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