|
Motive Animation System
An open source project by
FPL.
|
#include <compact_spline.h>
Callback interface for BulkEvaluate(). AddPoint() will be called num_points times, once for every x = start_x + n * delta_x, where n = 0..num_points-1.
Public Member Functions | |
| virtual void | AddPoint (int point_index, const BulkSplineEvaluator &evaluator)=0 |