コード例 #1
0
 /// <inheritdoc cref="npsaturate(float4)"/>
 public static double4 npsaturate(this double4 f) => f.clamp(-1, 1);