ENH: bounds for plane sampling
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Activity
- Maintainer
Currently we can check for validity, but adding a check for dimensionality might work.
- 0 = none (invalid)
- 1 = point (or line too)
- 2 = line or plane ?
- 3 = box
- Maintainer
Nice (apart from that dimensionality of point is 0)
- -1 = invalid
- 0 = point
- 1 = line
- 2 = plane
- 3 = box
- Maintainer
Was discussing this Prashant at the time. Would tend to simplify this again since we can't really speak of lines and planes but the dimensionality of the box
- 3 = box. All three dimensions are +ve, non-zero.
- 2 = flat-pack. Only two dimensions are +ve, non-zero.
- 1 = axis. Only one dimension is +ve, non-zero.
- 0 = point or empty/invalid.
- Mark OLESEN assigned to @mark
assigned to @mark
- Mark OLESEN mentioned in commit 740b6938385ce759996bb5153f04fe9bae319a6f
mentioned in commit 740b6938385ce759996bb5153f04fe9bae319a6f
- Mark OLESEN mentioned in commit 2dc24b13b1ca0795caf12ac7c83865efbb5c725e
mentioned in commit 2dc24b13b1ca0795caf12ac7c83865efbb5c725e
- Mark OLESEN closed
closed
- Mark OLESEN mentioned in commit dff69e39edcbacc7ee2cb175f2e09e847c407681
mentioned in commit dff69e39edcbacc7ee2cb175f2e09e847c407681
- Maintainer
As discussed, could we also manage a bounding sphere for the plane? The plane
point
would define the origin and an additionalradius
to limit the extend. This would make it independent of the global orientation.By Son Vo on 2018-03-23T10:37:29 (imported from GitLab project)