Skip to main content

DoubleInterpolator

DoubleInterpolator

Interpolates between two doubles.

Static Fields

Instance

public DoubleInterpolator Instance

The singleton instance of the Double interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

double Interpolate(Double& a, Double& b, float t)