VRageMath.Vector4.SmoothStep - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector4
public static Vector4 SmoothStep(Vector4 value1, Vector4 value2, float amount)
Interpolates between two values using a cubic equation.
public static void SmoothStep(ref Vector4 value1, ref Vector4 value2, float amount, out Vector4 result)
Interpolates between two values using a cubic equation.