> In the past, this did not create a copy of the points, now it does. > Will that have an impact on performance? If yes, maybe it would be > better to > place a > static public boolan clockwise(List<Coord>) method into e.g. > Java2DConverter ?
I doubt it would have any measurable affect on performance, but a static method to determine if a list of points is clockwise, rather than creating and throwing away a Way to do so sounds like a good idea anyway. ..Steve _______________________________________________ mkgmap-dev mailing list [email protected] http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
