dart
Public Attributes | List of all members
ikfast::IkSingleDOFSolutionBase< T > Class Template Reference

holds the solution for a single dof More...

#include <ikfast.h>

Collaboration diagram for ikfast::IkSingleDOFSolutionBase< T >:
Collaboration graph
[legend]

Public Attributes

fmul
 
foffset
 joint value is fmul*sol[freeind]+foffset
 
signed char freeind
 if >= 0, mimics another joint
 
unsigned char jointtype
 joint type, 0x01 is revolute, 0x11 is slider
 
unsigned char maxsolutions
 max possible indices, 0 if controlled by free index or a free joint itself
 
unsigned char indices [5]
 unique index of the solution used to keep track on what part it came from. sometimes a solution can be repeated for different indices. store at least another repeated root
 

Detailed Description

template<typename T>
class ikfast::IkSingleDOFSolutionBase< T >

holds the solution for a single dof


The documentation for this class was generated from the following file: