only support two line points for now

This commit is contained in:
Josh Holtrop 2011-03-29 14:19:59 -04:00
parent ad8d1ca915
commit c12f7e8f5b

View File

@ -9,7 +9,7 @@ class Line(Shape):
return len(self.vars) return len(self.vars)
def nPts(self): def nPts(self):
return 3 return 2
def toEqu(self, ptNum): def toEqu(self, ptNum):
if ptNum == 0: if ptNum == 0: