VRageMath.MathHelper.Hermite - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MathHelper
public static float Hermite(float value1, float tangent1, float value2, float tangent2, float amount)
Performs a Hermite spline interpolation.