Exemplo n.º 1
0
 public static float3 smoothstepcos(this float3 f) => (f.saturate() * PI).cos().onem() * 0.5f;