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