I have three points in a rectangle and i wonder how to use PYTHON to divide the rectangle into three
parts with each point located in the different part.
For instance, Point A
goes to Part I, Point B goes to Part II and Point C goes to Part III.
And the distance between any point within Part I and Point A is smaller than to Point B and Point C. And the similar rule applies to Part II and Part III.
Thanks for any idea.
-- http://mail.python.org/mailman/listinfo/python-list