Uses of Class
org.djunits.quantity.Torque.Unit
Packages that use Torque.Unit
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Torque.Unit in org.djunits.quantity
Fields in org.djunits.quantity declared as Torque.UnitModifier and TypeFieldDescriptionstatic final Torque.UnitTorque.Unit.lbf_ftPound foot.static final Torque.UnitTorque.Unit.lbf_inPound inch.static final Torque.UnitTorque.Unit.m_kgfmeter kilogram-force.static final Torque.UnitTorque.Unit.NmNewton meter.static final Torque.UnitTorque.Unit.SIThe SI or BASE unit.Methods in org.djunits.quantity that return Torque.UnitModifier and TypeMethodDescriptionTorque.Unit.deriveUnit(String textualAbbreviation, String displayAbbreviation, String name, double scaleFactor, UnitSystem unitSystem) Torque.Unit.getBaseUnit()Constructors in org.djunits.quantity with parameters of type Torque.UnitModifierConstructorDescriptionTorque(double value, Torque.Unit unit) Instantiate a Torque quantity with a unit.