VRageMath.Vector4.SmoothStep - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexVector4

Summary

public static Vector4 SmoothStep(Vector4 value1, Vector4 value2, float amount)

Interpolates between two values using a cubic equation.

Returns

Vector4

Parameters

Summary

public static void SmoothStep(ref Vector4 value1, ref Vector4 value2, float amount, out Vector4 result)

Interpolates between two values using a cubic equation.

Parameters

⚠️ **GitHub.com Fallback** ⚠️