|
Blender
V2.59
|
#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 84 of file Armature.hpp.
| iTaSC::Armature::Joint_struct::Joint_struct | ( | KDL::Joint::JointType | _type, |
| unsigned int | _ndof, | ||
| double | _rest | ||
| ) | [inline] |
Definition at line 88 of file Armature.hpp.
Referenced by Joint_struct(), and iTaSC::Armature::updateJoint().
Definition at line 91 of file Armature.hpp.
Referenced by iTaSC::Armature::addLimitConstraint(), Joint_struct(), and iTaSC::Armature::updateJoint().
Definition at line 90 of file Armature.hpp.
Referenced by iTaSC::Armature::addLimitConstraint(), Joint_struct(), and iTaSC::Armature::updateJoint().
| unsigned short iTaSC::Armature::Joint_struct::ndof |
Definition at line 86 of file Armature.hpp.
Referenced by iTaSC::Armature::updateJoint().
Definition at line 89 of file Armature.hpp.
Definition at line 85 of file Armature.hpp.
Referenced by iTaSC::Armature::updateJoint().
Definition at line 87 of file Armature.hpp.
Referenced by iTaSC::Armature::addLimitConstraint(), and Joint_struct().