@@ -32,9 +32,9 @@ internal static class Utils
32
32
} ;
33
33
34
34
// Squares
35
- public static readonly float [ ] SquareD12 = new float [ 8 ] { 0.500f , 0.500f , 0.500f , 0.500f , - 0.500f , - 0.500f , - 0.500f , - 0.500f } ;
36
- public static readonly float [ ] SquareD25 = new float [ 8 ] { 0.875f , - 0.125f , - 0.125f , - 0.125f , - 0.125f , - 0.125f , - 0.125f , - 0.125f } ;
37
- public static readonly float [ ] SquareD50 = new float [ 8 ] { 0.750f , 0.750f , - 0.250f , - 0.250f , - 0.250f , - 0.250f , - 0.250f , - 0.250f } ;
35
+ public static readonly float [ ] SquareD12 = new float [ 8 ] { 0.875f , - 0.125f , - 0.125f , - 0.125f , - 0.125f , - 0.125f , - 0.125f , - 0.125f } ;
36
+ public static readonly float [ ] SquareD25 = new float [ 8 ] { 0.750f , 0.750f , - 0.250f , - 0.250f , - 0.250f , - 0.250f , - 0.250f , - 0.250f } ;
37
+ public static readonly float [ ] SquareD50 = new float [ 8 ] { 0.500f , 0.500f , 0.500f , 0.500f , - 0.500f , - 0.500f , - 0.500f , - 0.500f } ;
38
38
public static readonly float [ ] SquareD75 = new float [ 8 ] { 0.250f , 0.250f , 0.250f , 0.250f , 0.250f , 0.250f , - 0.750f , - 0.750f } ;
39
39
40
40
// Noises
0 commit comments