Blender V2.61 - r43446
|
#include <Armature.hpp>
Public Member Functions | |
Joint_struct (KDL::Joint::JointType _type, unsigned int _ndof, double _rest) | |
Public Attributes | |
KDL::Joint::JointType | type |
unsigned short | ndof |
bool | useLimit |
bool | locked |
double | rest |
double | min |
double | max |
Definition at line 87 of file Armature.hpp.
iTaSC::Joint_struct::Joint_struct | ( | KDL::Joint::JointType | _type, |
unsigned int | _ndof, | ||
double | _rest | ||
) | [inline] |
Definition at line 96 of file Armature.hpp.
Definition at line 91 of file Armature.hpp.
Referenced by iTaSC::updateJoint().
double iTaSC::Joint_struct::max |
Definition at line 94 of file Armature.hpp.
Referenced by iTaSC::addLimitConstraint(), and iTaSC::updateJoint().
double iTaSC::Joint_struct::min |
Definition at line 93 of file Armature.hpp.
Referenced by iTaSC::addLimitConstraint(), and iTaSC::updateJoint().
unsigned short iTaSC::Joint_struct::ndof |
Definition at line 89 of file Armature.hpp.
Referenced by iTaSC::updateJoint().
double iTaSC::Joint_struct::rest |
Definition at line 92 of file Armature.hpp.
Definition at line 88 of file Armature.hpp.
Referenced by iTaSC::updateJoint().
Definition at line 90 of file Armature.hpp.
Referenced by iTaSC::addLimitConstraint().