vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Solver.h File Reference
#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)
 

Macro Definition Documentation

#define __SOLVER_H