An operator for OnDemandCreators to be used on LineSet's. More...
#include <CurveDerivative.hpp>
An operator for OnDemandCreators to be used on LineSet's.
It computes the derivative
of some quantity along a curve.
LineSet MyLineSet; ... new OnDemandCreator<CurveDerivative<Eagle::tvector3> >( CurveDerivative<Eagle::tvector3>::Constructor_t(MyLineSet, "DerivableFieldName" ) ... )