Interface Momentum

All Superinterfaces:
javax.measure.Quantity<Momentum>

public interface Momentum
extends javax.measure.Quantity<Momentum>
In Newtonian mechanics, linear momentum, translational momentum, or simply momentum (pl. momenta) is the product of the mass and velocity of an object. It is a vector quantity, possessing a magnitude and a direction. If m is an object's mass and v is its velocity (also a vector quantity), then the object's momentum is: \mathbf{p} = m \mathbf{v}.
In SI units, momentum is measured in kilogram meters per second (kg⋅m/s).
Since:
2.1
Version:
1.0
Author:
Werner Keil
See Also:
Wikipedia: Momentum, Mass, Speed, Impulse
  • Nested Class Summary

    Nested classes/interfaces inherited from interface javax.measure.Quantity

    javax.measure.Quantity.Scale
  • Method Summary

    Methods inherited from interface javax.measure.Quantity

    add, asType, divide, divide, getScale, getUnit, getValue, inverse, isEquivalentTo, multiply, multiply, negate, subtract, to, toSystemUnit