Skip to main content

FloatInterpolator

FloatInterpolator

Interpolates between two floats.

Static Fields

Instance

public FloatInterpolator Instance

The singleton instance of the Float interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

float Interpolate(Single& a, Single& b, float t)