commonMain.Inverter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of interpolate-jvm Show documentation
Show all versions of interpolate-jvm Show documentation
A collection of drawing/charting utilities
package com.juul.krayon.interpolate
public interface Inverter {
public fun invert(value: T): Float
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy