Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should it be "height and width" or "width and height" when talking about matrix and sentence? #6

Open
hfridholm opened this issue Oct 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@hfridholm
Copy link
Owner

The datatypes matrix and sentence are two-dimensional arrays, therefor you can think of them as a coordinate system. To access a slot in this field, you need to have two indexes, one for which array, and the other for which item. Should the indexes be: first the array-index, then the slot-index ("height and width")? Or should it be: first the x-index, then the y-index, like in a coordinate system ("width and height")? If you know what you would take, comment the explanation of your thought.

@hfridholm hfridholm added the enhancement New feature or request label Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant