Uses of Class
org.djunits.value.vdouble.vector.AreaVector
| 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 AreaVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AreaVector Modifier and Type Method Description AreaVectorAreaMatrix. instantiateVector(DoubleVectorData dvd, AreaUnit 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 AreaVector Modifier and Type Method Description Class<AreaVector>AreaMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of AreaVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AreaVector Modifier and Type Method Description AreaVectorSIVector. asArea()Return the current vector as a area vector.AreaVectorSIVector. asArea(AreaUnit displayUnit)Return the current vector as a area vector, and provide a display unit.AreaVectorAreaVector. instantiateVector(DoubleVectorData dvd, AreaUnit displayUnit)Instantiate a new vector of the class of this vector.