Uses of Class
org.djunits.demo.website.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 JerkUnit
JerkUnit. CM_PER_S3
cm/s3.static JerkUnit
JerkUnit. FT_PER_S3
ft/s3.static JerkUnit
JerkUnit. IN_PER_S3
in/s3.static JerkUnit
JerkUnit. M_PER_S3
m/s3.static JerkUnit
JerkUnit. MM_PER_S3
mm/s3.static JerkUnit
JerkUnit. SI
The SI unit for acceleration is m/s^3.Fields in org.djunits.demo.website with type parameters of type JerkUnit Modifier and Type Field Description static org.djunits.unit.quantity.Quantity<JerkUnit>
JerkUnit. BASE
The base, with "m/s3" as the SI signature.Methods in org.djunits.demo.website with parameters of type JerkUnit Modifier and Type Method Description Jerk
Jerk. instantiateRel(double value, JerkUnit unit)
Jerk
JerkVector. instantiateScalarSI(double valueSI, JerkUnit displayUnit)
JerkVector
JerkVector. instantiateVector(org.djunits.value.vdouble.vector.data.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(org.djunits.value.vdouble.vector.data.DoubleVectorData data, JerkUnit displayUnit)
Construct an JerkVector from an internal data object.