Blender  V3.3
Public Member Functions | Public Attributes | List of all members
iTaSC::Armature::JointConstraint_struct Struct Reference

#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
 
voidparam
 
bool freeParam
 
bool substep
 

Detailed Description

Definition at line 69 of file Armature.hpp.

Constructor & Destructor Documentation

◆ JointConstraint_struct()

iTaSC::Armature::JointConstraint_struct::JointConstraint_struct ( SegmentMap::const_iterator  _segment,
unsigned int  _y_nr,
ConstraintCallback  _function,
void _param,
bool  _freeParam,
bool  _substep 
)

◆ ~JointConstraint_struct()

iTaSC::Armature::JointConstraint_struct::~JointConstraint_struct ( )

Definition at line 129 of file Armature.cpp.

References free().

Member Data Documentation

◆ freeParam

bool iTaSC::Armature::JointConstraint_struct::freeParam

Definition at line 77 of file Armature.hpp.

Referenced by iTaSC::Armature::addConstraint().

◆ function

ConstraintCallback iTaSC::Armature::JointConstraint_struct::function

◆ param

void* iTaSC::Armature::JointConstraint_struct::param

◆ segment

SegmentMap::const_iterator iTaSC::Armature::JointConstraint_struct::segment

◆ substep

bool iTaSC::Armature::JointConstraint_struct::substep

◆ v_nr

unsigned int iTaSC::Armature::JointConstraint_struct::v_nr

◆ value

ConstraintSingleValue iTaSC::Armature::JointConstraint_struct::value[3]

◆ values

ConstraintValues iTaSC::Armature::JointConstraint_struct::values[3]

◆ y_nr

unsigned int iTaSC::Armature::JointConstraint_struct::y_nr

The documentation for this struct was generated from the following files: