net.mostlyoriginal.api.component.graphics.InterpolationStrategy Maven / Gradle / Ivy
package net.mostlyoriginal.api.component.graphics;
/**
* @author Daan van Yperen
*/
public interface InterpolationStrategy {
float apply(float v1, float v2, float a);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy