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