#include <mrm_internal.h>
Public Member Functions | |
| void | add (CLinearEquation &eq, float factor) |
| void | clear () |
| void | init (uint32 ii) |
| void | mul (float factor) |
Data Fields | |
| std::vector< Element > | Elts |
|
||||||||||||
|
Definition at line 60 of file mrm_internal.h. References Elts, NL3D::CLinearEquation::Element::factor, NL3D::CLinearEquation::Element::index, and uint32.
|
|
|
Definition at line 79 of file mrm_internal.h. References NLMISC::contReset(), and Elts. Referenced by init().
00080 {
00081 NLMISC::contReset (Elts);
00082 }
|
|
|
Definition at line 53 of file mrm_internal.h. References clear(), Elts, and uint32.
|
|
|
Definition at line 73 of file mrm_internal.h.
|
|
|
Definition at line 51 of file mrm_internal.h. |
1.3.6