#include <ikhierarchy.h>
Extension to ISplineIKGoal, the interface of a spline IK goal object.
Interface ISplineIKGoal2 allows access to the data of a spline IK goal for one solve. It extends interface ISplineIKGoal
Public Member Functions |
|
| Interface_ID | GetID () |
| virtual const TimeValue & | GetSolveTime () const =0 |
| Get the solve time of the IK goal. |
|
| Interface_ID GetID | ( | ) | [inline, virtual] |
Reimplemented from ISplineIKGoal.
{ return IID_SPLINE_IKGOAL2; }
| virtual const TimeValue& GetSolveTime | ( | ) | const [pure virtual] |
Get the solve time of the IK goal.