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.
A function for transforming vectors into values that make sense to their keyframe's target.
-
Method Summary
-
Method Details
-
apply
org.joml.Vector3f apply(float x, float y, float z)
-