| 1 | initial version |
Use P.vertices_list() to obtain a list of vertices of the polyhedron, and P.vertex_generator() to conveniently iterate over them.
| 2 | No.2 Revision |
Use Hint: use tab-completion, P.vert[TAB].
The method P.vertices_list() to obtain returns a list of vertices of the polyhedron, and P.vertex_generator() allows to conveniently iterate over them.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.