示例#1
0
 public static float2 cos2(this float2 f) => (1 + f.cos()) / 2;
示例#2
0
 public static float2 sin2(this float2 f) => (1 - f.cos()) / 2;