transform

Deprecated

Layer-specific `CartesianLayerDrawingModelInterpolator` implementations now own interpolation policy. This hook remains for compatibility with custom interpolators.

Returns an intermediate CartesianLayerDrawingModel between this one and from. The returned drawing model includes the provided Entry list. fraction is the balance between from and this CartesianLayerDrawingModel, with 0 corresponding to from, and 1 corresponding to this CartesianLayerDrawingModel. The returned object should be an instance of the CartesianLayerDrawingModel subclass to which this function belongs.