Animation.transformTrackInterpolate

Return the interpolated value of a transform track at a given time (in seconds). An array consisting of 3 elements: position (Vector3), rotation (Quat) and scale (Vector3).

struct Animation
@nogc nothrow const
Array
transformTrackInterpolate
(
in long idx
,
in double time_sec
)

Meta