
eu.hansolo.steelseries.tools.SmoothingFunction Maven / Gradle / Ivy
package eu.hansolo.steelseries.tools;
public enum SmoothingFunction
{
CONTINUOUS_AVERAGE,
CUBIC_SPLINE,
HERMITE,
COSINUS;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy