Add instance center location

This commit is contained in:
mrg 2020-02-28 18:24:09 +00:00
parent 0b73979388
commit e1b97f58e1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class geometry:
def cy(self):
""" Return the center y """
return 0.5 * (self.boundary[0].y + self.boundary[1].y)
class instance(geometry):
"""