这是indexloc提供的服务,不要输入任何密码
Skip to content

[BoundingBoxPoints] #417

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

Merged
merged 6 commits into from
May 9, 2024
Merged

[BoundingBoxPoints] #417

merged 6 commits into from
May 9, 2024

Conversation

newemka
Copy link
Contributor

@newemka newemka commented Apr 8, 2024

It iterates through the source points, excluding those with invalid W values (-nan(ind)), and calculates the minimum and maximum bounds in each dimension (x, y, z). These bounds define the eight points of the bounding box: the minimum and maximum corners of the box. Additionally, it computes the middle point of the bounding box by averaging the minimum and maximum bounds

image

newemka added 6 commits April 8, 2024 18:22
takes points, outputs bounding box points and its middle point
I also added a description and an example.
Just a small capital letter typo
@pixtur
Copy link
Collaborator

pixtur commented May 9, 2024

This is a super cool operator. But I think we should refactor the implementation. I started a discussion thread here: https://discord.com/channels/823853172619083816/1238088698374131733

@pixtur pixtur merged commit fba6122 into tixl3d:dev May 9, 2024
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