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

Book 2 8.2 rotate_y not necessary to loop through y-value #1640

Open
jianjianh1 opened this issue Sep 13, 2024 · 0 comments
Open

Book 2 8.2 rotate_y not necessary to loop through y-value #1640

jianjianh1 opened this issue Sep 13, 2024 · 0 comments

Comments

@jianjianh1
Copy link

In rotate_y's constructor, you loop through all three axes to get the maximal bounding box containing the rotated object, but since the rotation is around the y-axis, the y-interval will not change. So looping through y-values can be omitted.

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