MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ CurveEvaluator()

MayaFlux::Kinesis::CurveEvaluator::CurveEvaluator ( InterpolationMode  mode = InterpolationMode::CATMULL_ROM,
double  tension = 0.5 
)
explicit

Construct and resolve the evaluation kernel.

Parameters
modeInterpolation mode.
tensionTension, consumed only by CATMULL_ROM.

Definition at line 448 of file MotionCurves.cpp.

449 : m_mode(mode)
451{
453}
InterpolationMode mode() const
Currently configured mode.
double tension() const
Currently configured tension.

References rebuild_kernel().

+ Here is the call graph for this function: