![]() |
Blender V2.61 - r43446
|
#include <Armature.hpp>
Public Member Functions | |
| JointConstraint_struct (SegmentMap::const_iterator _segment, unsigned int _y_nr, ConstraintCallback _function, void *_param, bool _freeParam, bool _substep) | |
| ~JointConstraint_struct () | |
Public Attributes | |
| SegmentMap::const_iterator | segment |
| ConstraintSingleValue | value [3] |
| ConstraintValues | values [3] |
| ConstraintCallback | function |
| unsigned int | v_nr |
| unsigned int | y_nr |
| void * | param |
| bool | freeParam |
| bool | substep |
Definition at line 72 of file Armature.hpp.
| iTaSC::JointConstraint_struct::JointConstraint_struct | ( | SegmentMap::const_iterator | _segment, |
| unsigned int | _y_nr, | ||
| ConstraintCallback | _function, | ||
| void * | _param, | ||
| bool | _freeParam, | ||
| bool | _substep | ||
| ) |
| iTaSC::JointConstraint_struct::~JointConstraint_struct | ( | ) |
Definition at line 80 of file Armature.hpp.
Definition at line 76 of file Armature.hpp.
Definition at line 79 of file Armature.hpp.
| SegmentMap::const_iterator iTaSC::JointConstraint_struct::segment |
Definition at line 73 of file Armature.hpp.
Definition at line 81 of file Armature.hpp.
| unsigned int iTaSC::JointConstraint_struct::v_nr |
Definition at line 77 of file Armature.hpp.
Definition at line 74 of file Armature.hpp.
Definition at line 75 of file Armature.hpp.
| unsigned int iTaSC::JointConstraint_struct::y_nr |
Definition at line 78 of file Armature.hpp.