Searched defs:toVelocity (Results 1 – 1 of 1) sorted by relevance
27 fun Float.toVelocity(): Velocity in toFloat() method41 override fun Float.toVelocity() = Velocity(this, 0f) in toFloat() method49 override fun Float.toVelocity() = Velocity(0f, this) in toFloat() method