Searched refs:isBetween (Results 1 – 1 of 1) sorted by relevance
224 anotherPoint.x.isBetween(first.x, second.x) && anotherPoint.y.isBetween(first.y, second.y) in isOnLineSegment()237 private fun Int.isBetween(a: Int, b: Int): Boolean { in isBetween() method