Uses of Class
org.djunits.value.vdouble.vector.TorqueVector
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of TorqueVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return TorqueVector Modifier and Type Method Description TorqueVectorTorqueMatrix. instantiateVector(DoubleVectorData dvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type TorqueVector Modifier and Type Method Description Class<TorqueVector>TorqueMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of TorqueVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return TorqueVector Modifier and Type Method Description TorqueVectorSIVector. asTorque()Return the current vector as a torque vector.TorqueVectorSIVector. asTorque(TorqueUnit displayUnit)Return the current vector as a torque vector, and provide a display unit.TorqueVectorTorqueVector. instantiateVector(DoubleVectorData dvd, TorqueUnit displayUnit)Instantiate a new vector of the class of this vector.