Animation.bezierTrackInterpolate

Returns the interpolated value at the given time (in seconds). The track_idx must be the index of a Bezier Track.

struct Animation
@nogc nothrow const
double
bezierTrackInterpolate
(
in long track_idx
,
in double time
)

Meta