Uses of Class
org.djunits.value.vfloat.vector.FloatForceVector
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 FloatForceVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatForceVector Modifier and Type Method Description FloatForceVector
FloatForceMatrix. instantiateVector(FloatVectorData fvd, ForceUnit 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 FloatForceVector Modifier and Type Method Description Class<FloatForceVector>
FloatForceMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatForceVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatForceVector Modifier and Type Method Description FloatForceVector
FloatSIVector. asForce()
Return the current vector as a force vector.FloatForceVector
FloatSIVector. asForce(ForceUnit displayUnit)
Return the current vector as a force vector, and provide a display unit.FloatForceVector
FloatForceVector. instantiateVector(FloatVectorData fvd, ForceUnit displayUnit)
Instantiate a new vector of the class of this vector.