Make the Point class implement the Measurable interface. The measure is the distance of the point from the origin.
Point
Measurable
The draft should simply return 0 in all cases.