diff --git a/src/grid.py b/src/grid.py --- a/src/grid.py +++ b/src/grid.py @@ -1,5 +1,5 @@ import numpy -from epoint import * +from epoint import EPoint ## Projective transformation of a point with a matrix A.