comments for k_means
[imago.git] / imago_pack / geometry.py
index 60e679b..f324692 100644 (file)
@@ -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):