lerpFrom abstract method

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

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

Implementation

IGuiShape lerpFrom(IGuiShape shape, double t);