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