andrewrk / andrewrk/node-perlin-noise

Typo in npm documentation

Open
#2 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
33
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.