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

Vertices and Edges in invalid coordaintes should be undefined #3

Open
JanPfenning opened this issue Aug 13, 2024 · 0 comments
Open

Comments

@JanPfenning
Copy link
Owner

Vertices and Edges that are created with coordinates for every combination of x and y in the bounds of 0 to the respective height and width.
Not all of these coordinate values are valid.
The Coordinates may be created nevertheless but there should be a static function checking if the Coordinate value results in a valid Edge/Vertex.
Edges and Vertices should only be creatable with Valid Coordinates, not with invalid ones.
Although invalid coordinates are currently needed for the adjacency calculations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant