X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/90126edf1467ea467f28fb2bd12b10cc42c6d63f..0d4f4f5ff9d00a9a6f180dc2946767ffb154811a:/imago_pack/geometry.py?ds=sidebyside diff --git a/imago_pack/geometry.py b/imago_pack/geometry.py index 60e679b..f324692 100644 --- a/imago_pack/geometry.py +++ b/imago_pack/geometry.py @@ -40,6 +40,7 @@ class V(object): return V(-self.y, self.x) def projection(p, l, v): + #TODO what is this? return V(*intersection(line(p, p + v.normal), line(*l))) def l2ad((a, b), size):