DefaultDrawingModelInterpolator
class DefaultDrawingModelInterpolator<T : DrawingModel.DrawingInfo, R : DrawingModel<T>> : DrawingModelInterpolator<T, R>
The default DrawingModelInterpolator implementation.
Functions
Link copied to clipboard
Sets the initial and target DrawingModels.
Link copied to clipboard
Interpolates the two DrawingModels. fraction is the balance between the initial and target DrawingModels, with 0 corresponding to the initial DrawingModel, and 1 corresponding to the target DrawingModel.