andrewrk / andrewrk/node-perlin-noise
Typo in npm documentation
Aperta
- Lingua principale
- JavaScript
- Stelle
- 33
- Fork
- 7
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
On https://www.npmjs.com/package/perlin-noise, there is following text:
Returns a one-dimensional of length `width * height` in _row-major order_. That is, `index = y * width + height`.
but the index is `index = y * width + x` not `height`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.