Re: class point in python

2008-10-13 Thread Almar Klein
I made a class to store sets of points a few months ago.I don't consider it finished enough to release it somewhere, but I'm happy to share it if you're interested. Send me an e-mail if you are. Almar 2008/10/12 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > i am looking for a python implementation of

class point in python

2008-10-11 Thread [EMAIL PROTECTED]
i am looking for a python implementation of this class, a point X,Y representation http://msdn.microsoft.com/en-us/library/system.drawing.point_methods.aspx is there any library that has this class? thanks -- http://mail.python.org/mailman/listinfo/python-list