Searched defs:clockwise (Results 1 – 2 of 2) sorted by relevance
58 internal fun Point.clockwise(other: Point) = x * other.y - y * other.x > 0 in copy() method
349 val clockwise = rotatedP0.dotProduct(x1 - centerX, y1 - centerY) >= 0 in hashCode() constant