Interface AnimationChannel.Interpolation

Enclosing class:
AnimationChannel

public static interface AnimationChannel.Interpolation
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joml.Vector3f
    apply(org.joml.Vector3f pAnimationVecCache, float pKeyframeDelta, Keyframe[] pKeyframes, int pCurrentKeyframeIdx, int pNextKeyframeIdx, float pScale)
     
  • Method Details

    • apply

      org.joml.Vector3f apply(org.joml.Vector3f pAnimationVecCache, float pKeyframeDelta, Keyframe[] pKeyframes, int pCurrentKeyframeIdx, int pNextKeyframeIdx, float pScale)