예제 #1
0
 public static float4 smoothstepcos(this float4 f) => (f.saturate() * PI).cos().onem() * 0.5f;