Blender
V3.3
|
#include <IK_QTask.h>
Public Member Functions | |
IK_QCenterOfMassTask (bool primary, const IK_QSegment *segment, const Vector3d ¢er) | |
void | ComputeJacobian (IK_QJacobian &jacobian) |
double | Distance () const |
void | Scale (double scale) |
![]() | |
IK_QTask (int size, bool primary, bool active, const IK_QSegment *segment) | |
virtual | ~IK_QTask () |
int | Id () const |
void | SetId (int id) |
int | Size () const |
bool | Primary () const |
bool | Active () const |
double | Weight () const |
void | SetWeight (double weight) |
virtual bool | PositionTask () const |
Additional Inherited Members | |
![]() | |
int | m_id |
int | m_size |
bool | m_primary |
bool | m_active |
const IK_QSegment * | m_segment |
double | m_weight |
Definition at line 116 of file IK_QTask.h.
IK_QCenterOfMassTask::IK_QCenterOfMassTask | ( | bool | primary, |
const IK_QSegment * | segment, | ||
const Vector3d & | center | ||
) |
Definition at line 121 of file IK_QTask.cpp.
References FuzzyZero(), and IK_QTask::m_segment.
|
virtual |
Implements IK_QTask.
Definition at line 177 of file IK_QTask.cpp.
References center, IK_QTask::m_id, IK_QTask::m_segment, IK_QTask::m_size, IK_QTask::m_weight, and IK_QJacobian::SetBetas().
|
virtual |
Implements IK_QTask.
Definition at line 197 of file IK_QTask.cpp.
Reimplemented from IK_QTask.
Definition at line 124 of file IK_QTask.h.