Table of Contents

InterpolateFloat

Methods
public virtual float InterpolateFloat(float value0, float value1, float value2, float value3, float t)
Parameters
Type Name Description
float value0
float value1
float value2
float value3
float t
Returns
Type Description
float
public virtual float InterpolateFloat(float value1, float value2, float t)
Parameters
Type Name Description
float value1
float value2
float t
Returns
Type Description
float