VRageMath.MathHelper.CatmullRom - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MathHelper
public static float CatmullRom(float value1, float value2, float value3, float value4, float amount)
Performs a Catmull-Rom interpolation using the specified positions.