- minor changes, code cleanup

This commit is contained in:
Marius Stanciu
2021-09-28 15:52:05 +03:00
parent 36c0b94d3a
commit 1fb520e829
4 changed files with 31 additions and 67 deletions

View File

@@ -486,6 +486,13 @@ class ToolFiducials(AppTool):
geo_list = []
def make_square_poly(center_pt, side_size):
"""
:param center_pt:
:param side_size:
:return:
:type return: Polygon
"""
half_s = side_size / 2
x_center = center_pt[0]
y_center = center_pt[1]