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

Using bounding boxes to accelerate? #67

Open
JeffFessler opened this issue Oct 27, 2022 · 0 comments
Open

Using bounding boxes to accelerate? #67

JeffFessler opened this issue Oct 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JeffFessler
Copy link
Member

Right now the phantom method is simple but inefficient because it evaluates at every spatial coordinate requested by the caller. One could reduce a lot of computations by having a bounding box around the object and skipping the evaluations for points outside that box.

@JeffFessler JeffFessler added the enhancement New feature or request label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant