Function Animation.transformTrackInterpolate

Returns 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).

Array transformTrackInterpolate (
  const(long) track_idx,
  const(double) time_sec
) nothrow @nogc const;