interpolated

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

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].