Ticket #3376 (closed: fixed)
ImplicitFunction: expand for MD needs, integrate with MDEventWorkspace
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #3369, #3408 | Tester: | Owen Arnold |
Description
I need a robust way to determine whether a MDBox has any intersection with an ImplicitFunction; I can focus on Box and Plane functions at first.
Simply checking whether the center and/or any of the corners are in the function is insufficient because the box might be LARGER than the width of the plane and so not actually have any of its corners in it.
Calculating the intersection between the edges of the MDBox and the Plane might do it.
Support for non-aligned planes/boxes would be good; maybe do this from the start so there's less to support.
NOTE to myself: A box and a plane with width = pretty much the same thing.
Change History
comment:10 Changed 9 years ago by Janik Zikovsky
In [13260]:
comment:11 Changed 9 years ago by Janik Zikovsky
In [13358]:
comment:12 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
In [13363]:
comment:4 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold