lerpTo abstract method

IGuiShape lerpTo(
  1. IGuiShape shape,
  2. double t
)

Linearly interpolate from this shape to other shape by an extrapolation factor t.

Implementation

IGuiShape lerpTo(IGuiShape shape, double t);