From 904740fccf1f766508e78a0a12cd14c9e4540c99 Mon Sep 17 00:00:00 2001 From: Dane Cross Date: Wed, 11 May 2022 12:16:30 -0400 Subject: [PATCH] Update ellipse_functions.py --- lib/ellipse_functions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ellipse_functions.py b/lib/ellipse_functions.py index 9d64310..c64d1aa 100644 --- a/lib/ellipse_functions.py +++ b/lib/ellipse_functions.py @@ -2,6 +2,8 @@ import numpy as np from numpy import cos, sin +import sys, os + FULL_THETA = np.array([2*np.pi*(x/100) for x in range(0,101)]) # returns (x, y) coordinates given (r, theta)