This commit is contained in:
cyberpwn
2021-08-28 21:50:50 -04:00
parent faf5bcb32b
commit dd0b4f27d4
49 changed files with 271 additions and 444 deletions

View File

@@ -388,8 +388,7 @@ public class CNG {
return noise(dim);
}
public double noiseSym(double... dim)
{
public double noiseSym(double... dim) {
return (noise(dim) * 2) - 1;
}