CartesianLayerDrawingModelInterpolator
interface CartesianLayerDrawingModelInterpolator<T : CartesianLayerDrawingModel.DrawingInfo, R : CartesianLayerDrawingModel<T>>
Interpolates two CartesianLayerDrawingModels.
Types
Link copied to clipboard
object Companion
Houses a CartesianLayerDrawingModelInterpolator factory function.
Functions
Link copied to clipboard
Sets the initial and target CartesianLayerDrawingModels.
Link copied to clipboard
Interpolates the two CartesianLayerDrawingModels. fraction is the balance between the initial and target CartesianLayerDrawingModels, with 0 corresponding to the initial CartesianLayerDrawingModel, and 1 corresponding to the target CartesianLayerDrawingModel.