From df9c4b52f4a22bcfc602adaac378c833bf546f57 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 12 Dec 2019 01:48:24 -0800 Subject: [PATCH] add some todos --- masque/file/gdsii.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/masque/file/gdsii.py b/masque/file/gdsii.py index 3766872..31a287f 100644 --- a/masque/file/gdsii.py +++ b/masque/file/gdsii.py @@ -23,6 +23,8 @@ from ..shapes import Polygon, Path from ..utils import rotation_matrix_2d, get_bit, set_bit, vector2, is_scalar from ..utils import remove_colinear_vertices, normalize_mirror +#TODO document how GDS rotation / mirror works +#TODO absolute positioning __author__ = 'Jan Petykiewicz'