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

Radial symmetry doesn't rotate radially #47

Open
NinthDesertDude opened this issue Dec 20, 2021 · 0 comments
Open

Radial symmetry doesn't rotate radially #47

NinthDesertDude opened this issue Dec 20, 2021 · 0 comments
Labels

Comments

@NinthDesertDude
Copy link
Owner

It's not really symmetry if it's not rotated & flipped to be symmetrical. The symmetrical copies should be flipped depending on their quadrant and rotated based on angle.

It could be done when not in lockbits mode via canvas transformations for speed and flipX & flipY, but canvas transformations can't be done in lockbits methods and that would create a big discrepancy. Lockbits currently can only draw ahead-of-time, which means drawing as many as 12 (for 12-pt symmetry) independently rotated copies before calling lockbits for each one. It would be too slow right now.

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

No branches or pull requests

1 participant