Blender V2.61 - r43446
|
Public Member Functions | |
IK_QSolver () | |
Public Attributes | |
IK_QJacobianSolver | solver |
IK_QSegment * | root |
std::list< IK_QTask * > | tasks |
Definition at line 43 of file IK_Solver.cpp.
IK_QSolver::IK_QSolver | ( | ) | [inline] |
Definition at line 45 of file IK_Solver.cpp.
Definition at line 48 of file IK_Solver.cpp.
Referenced by IK_CreateSolver(), and IK_Solve().
Definition at line 45 of file IK_Solver.cpp.
Referenced by IK_Solve(), IK_SolverGetPoleAngle(), and IK_SolverSetPoleVectorConstraint().
std::list<IK_QTask*> IK_QSolver::tasks |
Definition at line 49 of file IK_Solver.cpp.
Referenced by IK_FreeSolver(), IK_Solve(), IK_SolverAddCenterOfMass(), IK_SolverAddGoal(), and IK_SolverAddGoalOrientation().