Axiom.Animating.AnimationTrack.GetInterpolatedKeyFrame C# (CSharp) Метод

GetInterpolatedKeyFrame() публичный абстрактный Метод

Gets a KeyFrame object which contains the interpolated transforms at the time index specified.
The KeyFrame objects held by this class are transformation snapshots at discrete points in time. Normally however, you want to interpolate between these keyframes to produce smooth movement, and this method allows you to do this easily. In animation terminology this is called 'tweening'.
public abstract GetInterpolatedKeyFrame ( float time, KeyFrame kf ) : KeyFrame
time float The time (in relation to the whole animation sequence)
kf KeyFrame Keyframe object to store results
Результат KeyFrame
		public abstract KeyFrame GetInterpolatedKeyFrame( float time, KeyFrame kf );