Modified update strategy for points.
Now if point's method setCoordinates is called, it copies coordinate object and use this copy. So each point object has its own object of coordinates, also if coordinates are equals. Point can be updated passing double[] array of coordinates too.
Authored by: ondrejpolach 2012-04-13
Parent: [r27]
Child: [r29]