Searched refs:anotherPoint (Results 1 – 1 of 1) sorted by relevance
221 val anotherPoint = this in isOnLineSegment() constant224 anotherPoint.x.isBetween(first.x, second.x) && anotherPoint.y.isBetween(first.y, second.y) in isOnLineSegment()232 return (anotherPoint.y - first.y) * (second.x - first.x) == in isOnLineSegment()233 (anotherPoint.x - first.x) * (second.y - first.y) in isOnLineSegment()