Martin Dobias 591c3ab995 Remove QgsPoint::onSegment() method
This is a completely wrong use of an algorithm that is meant to be used with *integer* values,
e.g. when dealing with pixels on screen, but not for coordinates that are floating point numbers.
The algorithm has a fixed tolerance of 1 unit.

QgsPoint(5,0.9).onSegment(QgsPoint(0,0), QgsPoint(10,0)) would return 2 (i.e. point is on line segment)

See the original code: https://github.com/erich666/GraphicsGems/blob/master/gems/PntOnLine.c
2017-05-17 17:38:29 +08:00
..
2017-05-06 12:05:12 +10:00
2017-04-30 16:58:15 +02:00
2017-03-15 07:21:48 +01:00
2017-04-30 16:58:15 +02:00
2017-01-12 22:01:50 +01:00
2017-04-29 23:34:27 +02:00
2017-04-20 09:23:27 +02:00