Hermite
Summary
public static float Hermite(float value1, float tangent1, float value2, float tangent2, float amount)
Performs a Hermite spline interpolation.
public static float Hermite(float value1, float tangent1, float value2, float tangent2, float amount)
Performs a Hermite spline interpolation.