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

Shape Object Tags Expansion - Cylinders, Intersects, Etc. #2281

Open
3 tasks
mcmonkey4eva opened this issue Aug 18, 2021 · 0 comments
Open
3 tasks

Shape Object Tags Expansion - Cylinders, Intersects, Etc. #2281

mcmonkey4eva opened this issue Aug 18, 2021 · 0 comments
Labels
Feature A new feature to add. Improvement Something could be better. Suggestion Possibly going to be added.

Comments

@mcmonkey4eva
Copy link
Member

Dump issue for requested feature expansions to shape objects (CuboidTag, PolygonTag, EllipsoidTag)

  • (Shape).is_within[(Shape)] for all shapes including cross-support. Like EllipsoidTag.is_within[CuboidTag] and etc. (or .contains as the tag for it, either way). This will probably require some messy math for polygons and all to do properly.
  • (Shape).intersects[(Shape)] same as above, but for intersection rather than full containment
  • CylinderTag
@mcmonkey4eva mcmonkey4eva added Feature A new feature to add. Suggestion Possibly going to be added. Improvement Something could be better. labels Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new feature to add. Improvement Something could be better. Suggestion Possibly going to be added.
Projects
None yet
Development

No branches or pull requests

1 participant