Uses of Class
org.djunits.demo.website.Jerk
-
Packages that use Jerk Package Description org.djunits.demo.website Examples from the website. -
-
Uses of Jerk in org.djunits.demo.website
Methods in org.djunits.demo.website that return Jerk Modifier and Type Method Description JerkJerk. instantiateRel(double value, JerkUnit unit)JerkJerkVector. instantiateScalarSI(double valueSI, JerkUnit displayUnit)static JerkJerk. instantiateSI(double value)Construct Jerk scalar.static JerkJerk. interpolate(Jerk zero, Jerk one, double ratio)Interpolate between two values.static JerkJerk. max(Jerk r1, Jerk r2)Return the maximum value of two relative scalars.static JerkJerk. max(Jerk r1, Jerk r2, Jerk... rn)Return the maximum value of more than two relative scalars.static JerkJerk. min(Jerk r1, Jerk r2)Return the minimum value of two relative scalars.static JerkJerk. min(Jerk r1, Jerk r2, Jerk... rn)Return the minimum value of more than two relative scalars.static JerkJerk. of(double value, String unitString)Returns a Jerk based on a value and the textual representation of the unit.static JerkJerk. valueOf(String text)Returns a Jerk representation of a textual representation of a value with a unit.Methods in org.djunits.demo.website that return types with arguments of type Jerk Modifier and Type Method Description Class<Jerk>JerkVector. getScalarClass()Methods in org.djunits.demo.website with parameters of type Jerk Modifier and Type Method Description DimensionlessJerk. divide(Jerk v)Calculate the division of Jerk and Jerk, which results in a Dimensionless scalar.static JerkJerk. interpolate(Jerk zero, Jerk one, double ratio)Interpolate between two values.static JerkJerk. max(Jerk r1, Jerk r2)Return the maximum value of two relative scalars.static JerkJerk. max(Jerk r1, Jerk r2, Jerk... rn)Return the maximum value of more than two relative scalars.static JerkJerk. min(Jerk r1, Jerk r2)Return the minimum value of two relative scalars.static JerkJerk. min(Jerk r1, Jerk r2, Jerk... rn)Return the minimum value of more than two relative scalars.Constructors in org.djunits.demo.website with parameters of type Jerk Constructor Description Jerk(Jerk value)Construct Jerk scalar.
-