Interface Velocity

All Superinterfaces:
Quantity<Velocity>

public interface Velocity extends Quantity<Velocity>
Represents velocity (speed in a direction).

Velocity is derived from Length ÷ Time (L/T). The SI unit is meters per second (m/s).

Common velocity units:

  • SI: m/s, km/h
  • Imperial: ft/s, mph (miles per hour), knots
  • Scientific: c (speed of light)
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)