Uses of Class
org.djunits.value.vfloat.vector.FloatTorqueVector
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatTorqueVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatTorqueVector Modifier and Type Method Description FloatTorqueVectorFloatTorqueMatrix. instantiateVector(FloatVectorData fvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatTorqueVector Modifier and Type Method Description Class<FloatTorqueVector>FloatTorqueMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of FloatTorqueVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatTorqueVector Modifier and Type Method Description FloatTorqueVectorFloatSIVector. asTorque()Return the current vector as a torque vector.FloatTorqueVectorFloatSIVector. asTorque(TorqueUnit displayUnit)Return the current vector as a torque vector, and provide a display unit.FloatTorqueVectorFloatTorqueVector. instantiateVector(FloatVectorData fvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this vector.