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 p_253818_, float p_232224_, Keyframe[] p_232225_, int p_232226_, int p_232227_, float p_232228_)
     
  • Method Details

    • apply

      org.joml.Vector3f apply(org.joml.Vector3f p_253818_, float p_232224_, Keyframe[] p_232225_, int p_232226_, int p_232227_, float p_232228_)