interpolated

open override fun interpolated(to: Circle, by: Float): MutableCircle

Returns a copy of this circle interpolated to other circle by a factor.

Parameters

to

the circle to which this circle is interpolated.

by

the interpolation factor which is expected to be in the range of [0, 1].