Antkeeper  0.0.1
Public Member Functions | List of all members
ik_constraint Class Referenceabstract

Abstract base class for IK joint constraints. More...

#include <ik-constraint.hpp>

Inheritance diagram for ik_constraint:
euler_ik_constraint swing_twist_ik_constraint

Public Member Functions

virtual void solve (math::fquat &q)=0
 Solves the constraint. More...
 

Detailed Description

Abstract base class for IK joint constraints.

Definition at line 28 of file ik-constraint.hpp.

Member Function Documentation

◆ solve()

virtual void ik_constraint::solve ( math::fquat q)
pure virtual

Solves the constraint.

Parameters
[in,out]qUnit quaternion representing the rotation of a joint.

Implemented in swing_twist_ik_constraint, and euler_ik_constraint.


The documentation for this class was generated from the following file: