Package edu.wpi.first.units


package edu.wpi.first.units
  • Class
    Description
    Unit of angular dimension.
    The base units of measure.
    Unit of electic current dimension.
    A type of unit that corresponds to raw values and not any physical dimension, such as percentage.
    Unit of linear dimension.
    Unit of energy dimension.
    ImmutableMeasure<U extends Unit<U>>
    A measure holds the magnitude and unit of some dimension, such as distance, time, or speed.
    Unit of mass dimension.
    Measure<U extends Unit<U>>
    A measure holds the magnitude and unit of some dimension, such as distance, time, or speed.
    Mult<A extends Unit<A>,B extends Unit<B>>
    A combinatory unit type that is equivalent to the product of two other others.
    MutableMeasure<U extends Unit<U>>
    A specialization of Measure that allows for mutability.
    Per<N extends Unit<N>,D extends Unit<D>>
    Generic combinatory unit type that represents the proportion of one unit to another, such as Meters per Second or Radians per Celsius.
    Unit of power dimension.
    Unit of temperature dimension.
    Unit of time dimension.
    A function that accepts a single double and returns a double result.
    Unit<U extends Unit<U>>
    Unit of measurement that defines a quantity, such as grams, meters, or seconds.
    UnitBuilder<U extends Unit<U>>
    Builder used for easily deriving new units from existing ones.
    A functional interface for constructing new units without relying on reflection.
    Contains a set of predefined units.
    Velocity<D extends Unit<D>>
    Unit of velocity dimension that is a combination of a distance unit (numerator) and a time unit (denominator).
    Unit of electric voltage dimension.