OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
138 stars 91 forks source link

Faster algoritm for testing point contained in a linear ring #224

Closed r-bel closed 9 years ago

r-bel commented 9 years ago

For the testing code I will propose a new assembly for that later on.

xivk commented 9 years ago

Code is already covered by a few simple tests:

https://github.com/OsmSharp/OsmSharp/blob/master/OsmSharp.Test.UnitTests/Geo/Geometries/LineairRingTests.cs#L34

Should be expanded by a few more edge-cases but I can see nothing but an improvement here.