Package org.djunits.unit.scale

Unit scales for DJUNITS.

Copyright (c) 2019-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License

Author:
Alexander Verbraeck
  • Interface Summary 
    Interface Description
    Scale
    Scales for unit conversion, offers functions to and from SI units.
  • Class Summary 
    Class Description
    GradeScale
    A Scale for transforming a slope as a grade, where 45 degrees is 1, and 90 degrees is infinite, to radians.
    IdentityScale
    A Scale for standard, e.g.
    LinearScale
    A Scale for linear transformations not involving a zero-offset, e.g.
    OffsetLinearScale
    Scale with factor and zero point offset.