Interface AnimationChannel.Interpolation

Enclosing class:
AnimationChannel

public static interface AnimationChannel.Interpolation
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Vector3f animationVecCache, float keyframeDelta, Keyframe[] keyframes, int currentKeyframeIdx, int nextKeyframeIdx, float scale)
     
  • Method Details

    • apply

      Vector3f apply(Vector3f animationVecCache, float keyframeDelta, Keyframe[] keyframes, int currentKeyframeIdx, int nextKeyframeIdx, float scale)