Velocity

data class Velocity(x: Double, y: Double)

Properties

x
Link copied to clipboard
val x: Double
y
Link copied to clipboard
val y: Double