Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_create() {
// Create a line and a grid, and convert them to `Noise` points
let gd = Create.gridPts( this.space.innerBound, 20, 20 );
this.noiseGrid = Create.noisePts( gd, 0.05, 0.1, 20, 20 );
}