]> CRI, Mines Paris - PSL - linpy.git/blobdiff - pypol/geometry.py
Minor changes in plot functions
[linpy.git] / pypol / geometry.py
index ea751aefeee8b15942bb2a4fa157b09e41663675..1dc50eb345f734fd79d213d93f3a26d8d14b6bb7 100644 (file)
@@ -71,6 +71,9 @@ class Coordinates:
 
     __getitem__ = coordinate
 
+    def values(self):
+        yield from self._coordinates.values()
+
     def __bool__(self):
         return any(self._coordinates.values())