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

Add volume function #16

Closed
vihdzp opened this issue Apr 7, 2021 · 1 comment
Closed

Add volume function #16

vihdzp opened this issue Apr 7, 2021 · 1 comment
Labels
Priority: Low Things we can get to... eventually. Type: Enhancement New feature or request

Comments

@vihdzp
Copy link
Owner

vihdzp commented Apr 7, 2021

To compute the volume of a polytope, we need to first check for planarity, then build an oriented simplex for each flag and add up all of their areas. The part of the oriented simplices might be made easier if we first made some sort of iterator object over flags of a polytope (which might then be reusable for other functions).

@vihdzp
Copy link
Owner Author

vihdzp commented Apr 20, 2021

.volume() has been added, and will continue to be improved in the future.

@vihdzp vihdzp closed this as completed Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Things we can get to... eventually. Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant