Uses of Class
org.djunits.userdefined.JerkUnit
-
Packages that use JerkUnit Package Description org.djunits.userdefined -
-
Uses of JerkUnit in org.djunits.userdefined
Fields in org.djunits.userdefined declared as JerkUnit Modifier and Type Field Description static JerkUnitJerkUnit. JERKm/s3.static JerkUnitJerkUnit. SIThe SI unit for area is m/s3.Fields in org.djunits.userdefined with type parameters of type JerkUnit Modifier and Type Field Description static Quantity<JerkUnit>JerkUnit. BASEThe base, with "m/s3" as the SI signature.Constructors in org.djunits.userdefined with parameters of type JerkUnit Constructor Description FloatJerk(float value, JerkUnit unit)FloatJerkMatrix(FloatMatrixData data, JerkUnit displayUnit)FloatJerkVector(FloatVectorData data, JerkUnit displayUnit)Construct an JerkVector from an internal data object.Jerk(double value, JerkUnit unit)JerkMatrix(DoubleMatrixData data, JerkUnit displayUnit)JerkVector(DoubleVectorData data, JerkUnit displayUnit)Construct an JerkVector from an internal data object.
-