Antkeeper
0.0.1
|
Abstract base class for IK joint constraints. More...
#include <ik-constraint.hpp>
Public Member Functions | |
virtual void | solve (math::fquat &q)=0 |
Solves the constraint. More... | |
Abstract base class for IK joint constraints.
Definition at line 28 of file ik-constraint.hpp.
|
pure virtual |
Solves the constraint.
[in,out] | q | Unit quaternion representing the rotation of a joint. |
Implemented in swing_twist_ik_constraint, and euler_ik_constraint.