Uses of Class
org.djunits.value.vdouble.vector.ForceVector
| 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 ForceVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return ForceVector Modifier and Type Method Description ForceVectorForceMatrix. instantiateVector(DoubleVectorData dvd, ForceUnit 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 ForceVector Modifier and Type Method Description Class<ForceVector>ForceMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of ForceVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return ForceVector Modifier and Type Method Description ForceVectorSIVector. asForce()Return the current vector as a force vector.ForceVectorSIVector. asForce(ForceUnit displayUnit)Return the current vector as a force vector, and provide a display unit.ForceVectorForceVector. instantiateVector(DoubleVectorData dvd, ForceUnit displayUnit)Instantiate a new vector of the class of this vector.