![]() |
vrecko
virtual reality framework
|
#include <osg/Vec2d>#include <osg/Vec3d>#include <osg/Quat>#include <list>Go to the source code of this file.
Classes | |
| class | ht::Variable |
| class | ht::VariableVec3 |
| class | ht::VariableVec2 |
| class | ht::VariableFloat |
| class | ht::VariableQuat |
| class | ht::Function |
Namespaces | |
| namespace | ht |
Macros | |
| #define | __SOLVER_H |
Typedefs | |
| typedef std::list< Function * > | ht::ListOfFunctions |
| typedef std::list< Variable * > | ht::ListOfVariables |
Functions | |
| void | ht::solve (ListOfFunctions &fcns, ListOfVariables &vars, double start_step=0.01, double next_step_scale=0.8, double min_step_size=1e-6) |
| #define __SOLVER_H |