Changes between Initial Version and Version 1 of Ticket #22416
- Timestamp:
- 02/22/17 21:42:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22416
-
Property
Summary
changed from
Add .is_circumscribable() method to polytopes
toAdd .is_inscribable() method to polytopes
-
Property
Summary
changed from
-
Ticket #22416 – Description
initial v1 1 A full-dimensional compact polytope is circumscribable if there exists a point in space which is equidistant to all its vertices.1 A full-dimensional compact polytope is inscribable if there exists a point in space which is equidistant to all its vertices. 2 2 3 3 This function checks if this point exists and returns it if asked for.