Home
last modified time | relevance | path

Searched defs:clockwise (Results 1 – 2 of 2) sorted by relevance

/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DPoint.kt58 internal fun Point.clockwise(other: Point) = x * other.y - y * other.x > 0 in copy() method
DCubic.kt349 val clockwise = rotatedP0.dotProduct(x1 - centerX, y1 - centerY) >= 0 in hashCode() constant