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

Ellipse coordinates in int32_t #3378

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Marcussacapuces91
Copy link

Change x & y coordinates (and color) from int16_t to int32_t as for circle

Marcussacapuces91 and others added 3 commits June 22, 2024 22:08
Change x & y coordinates (and color) from int16_t to int32_t as for circle
Change x & y coordinates from int16_t to int32_t as the other methods
@gbiervliet
Copy link

I am no pro so honest question. Why can't you just use the plain "int"?

@Marcussacapuces91
Copy link
Author

I am no pro so honest question. Why can't you just use the plain "int"?

Just to be homogeous. "int32_t" everywhere. But you're right, why not "int" or "unsigned" after all coordinates are unsigned int

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

Successfully merging this pull request may close these issues.

2 participants