/// <inheritdoc cref="npsaturate(float4)"/>
 public static float2 npsaturate(this float2 f) => f.clamp(-1, 1);