Searched defs:interpolate (Results 1 – 3 of 3) sorted by relevance
131 internal fun interpolate(start: Point, stop: Point, fraction: Float): Point { in unaryMinus() method
71 internal fun interpolate(start: Float, stop: Float, fraction: Float): Float { in directionVector() method
455 fun interpolate(c1: Cubic, c2: Cubic, progress: Float) { in interpolate() method