Searched defs:rotate90 (Results 1 – 2 of 2) sorted by relevance
60 internal fun Point.rotate90() = Point(-y, x) in directionVector() method
133 private fun Offset.rotate90() = Offset(-y, x) in toRadians() method