Interface AnimationKeyframeTarget

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AnimationKeyframeTarget
A function for transforming vectors into values that make sense to their keyframe's target.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joml.Vector3f
    apply(float x, float y, float z)
     
  • Method Details

    • apply

      org.joml.Vector3f apply(float x, float y, float z)