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 FloatLengthVectorFloatLengthMatrix. instantiateVector(FloatVectorData fvd, LengthUnit displayUnit)Instantiate a new vector of the class of this matrix.FloatLengthVectorFloatPositionMatrix. 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 FloatLengthVectorFloatSIVector. asLength()Return the current vector as a length vector.FloatLengthVectorFloatSIVector. asLength(LengthUnit displayUnit)Return the current vector as a length vector, and provide a display unit.FloatLengthVectorFloatLengthVector. instantiateVector(FloatVectorData fvd, LengthUnit displayUnit)Instantiate a new vector of the class of this vector.FloatLengthVectorFloatPositionVector. instantiateVectorRel(FloatVectorData fvd, LengthUnit displayUnit)Instantiate a new relative vector of the class of this absolute vector.