All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.hansolo.steelseries.tools.SmoothingFunction Maven / Gradle / Ivy

package eu.hansolo.steelseries.tools;

public enum SmoothingFunction {

    CONTINUOUS_AVERAGE,
    CUBIC_SPLINE,
    HERMITE,
    COSINUS;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy