Uses of Class
org.djunits.value.vfloat.vector.FloatLengthVector
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 FloatLengthVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatLengthVector Modifier and Type Method Description FloatLengthVector
FloatLengthMatrix. instantiateVector(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this matrix.FloatLengthVector
FloatPositionMatrix. instantiateVectorRel(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatLengthVector Modifier and Type Method Description Class<FloatLengthVector>
FloatLengthMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatLengthVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatLengthVector Modifier and Type Method Description FloatLengthVector
FloatSIVector. asLength()
Return the current vector as a length vector.FloatLengthVector
FloatSIVector. asLength(LengthUnit displayUnit)
Return the current vector as a length vector, and provide a display unit.FloatLengthVector
FloatLengthVector. instantiateVector(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatLengthVector
FloatPositionVector. instantiateVectorRel(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.