Interpolator

fun fun interface Interpolator<X, Y>

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
interpolate
Link copied to clipboard
common
abstract fun interpolate(points: XYPointSet<X, Y>): (X) -> Y
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

PolynomialInterpolator
Link copied to clipboard