Class Jerk

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Jerk>, Relative<JerkUnit,Jerk>, Value<JerkUnit,Jerk>

public class Jerk extends DoubleScalarRel<JerkUnit,Jerk>
JerkScalar as a test of a user-defined scalar.

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

Author:
Alexander Verbraeck
See Also:
  • Constructor Details

    • Jerk

      public Jerk(double value, JerkUnit unit)
      Parameters:
      value - the value expressed in the unit
      unit - the unit to use
    • Jerk

      public Jerk(Jerk value)
      Parameters:
      value - the value to instantiate / duplicate
  • Method Details