
com.jtransc.game.math.Interpolable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtransc-media-game Show documentation
Show all versions of jtransc-media-game Show documentation
JVM AOT compiler currently generating Javascript and Haxe, with initial focus on Kotlin and games.
package com.jtransc.game.math;
public interface Interpolable {
T interpolate(T that, double ratio);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy