Velocity

class Velocity<T>(val change: T, val over: Measure<Time>)(source)

Defines how quickly T is changing over a period of time

Constructors

Link copied to clipboard
constructor(change: T, over: Measure<Time>)

Properties

Link copied to clipboard
val change: T

that would occur

Link copied to clipboard

this given time period