Method SmoothStep
SmoothStep(float, float, float)
Declaration
public static float SmoothStep(float from, float to, float t)
Parameters
Returns
SmoothStep(float2, float2, float)
Declaration
public static float2 SmoothStep(float2 from, float2 to, float t)
Parameters
Returns
SmoothStep(float3, float3, float)
Declaration
public static float3 SmoothStep(float3 from, float3 to, float t)
Parameters
Returns
SmoothStep(float4, float4, float)
Declaration
public static float4 SmoothStep(float4 from, float4 to, float t)
Parameters
Returns