Uses of Class
org.djunits.demo.website.JerkUnit
-
Packages that use JerkUnit Package Description org.djunits.demo.website Examples from the website. -
-
Uses of JerkUnit in org.djunits.demo.website
Fields in org.djunits.demo.website declared as JerkUnit Modifier and Type Field Description static JerkUnitJerkUnit. CM_PER_S3cm/s3.static JerkUnitJerkUnit. FT_PER_S3ft/s3.static JerkUnitJerkUnit. IN_PER_S3in/s3.static JerkUnitJerkUnit. M_PER_S3m/s3.static JerkUnitJerkUnit. MM_PER_S3mm/s3.static JerkUnitJerkUnit. SIThe SI unit for jerk is m/s^3.Fields in org.djunits.demo.website with type parameters of type JerkUnit Modifier and Type Field Description static Quantity<JerkUnit>JerkUnit. BASEThe base quantity, with "m/s3" as the SI signature.Methods in org.djunits.demo.website with parameters of type JerkUnit Modifier and Type Method Description JerkJerk. instantiateRel(double value, JerkUnit unit)JerkJerkVector. instantiateScalarSI(double valueSI, JerkUnit displayUnit)JerkVectorJerkVector. instantiateVector(DoubleVectorData dvd, JerkUnit displayUnit)Constructors in org.djunits.demo.website with parameters of type JerkUnit Constructor Description Jerk(double value, JerkUnit unit)Construct Jerk scalar.JerkVector(DoubleVectorData data, JerkUnit displayUnit)Construct an JerkVector from an internal data object.
-