Ejemplo n.º 1
0
 /// Returns the result of clamping f to [-1, 1]
 public static float4 npsaturate(this float4 f) => f.clamp(-1, 1);