mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-16 13:25:09 +00:00
Cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user