Skip to content

The world's coordinate system has its axes inverted #96

@Starciad

Description

@Starciad

Upon re-analyzing the world's code, a slight inversion in its axes becomes apparent. Basically, since all world operations revolve around a two-dimensional array, one might expect the following pattern: [row (vertical), column (horizontal)], however, a two-dimensional array is treated as [row (horizontal), column (vertical)].

In practice, it's almost indifferent, but it could lead to unexpected behavior in the future. Therefore, it would be beneficial to refactor the code to treat things as they truly are: array[y, x].

Metadata

Metadata

Assignees

Labels

BugIdentifies a bug or issue in the code.

Projects

Status

Pending

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions