Exemple #1
0
 public static float3 tan2(this float3 f) => f.sec2() - 1;