You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: