Uses of Class
org.djunits.value.vdouble.vector.IlluminanceVector
-
Packages that use IlluminanceVector 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 IlluminanceVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return IlluminanceVector Modifier and Type Method Description IlluminanceVectorIlluminanceMatrix. instantiateVector(DoubleVectorData dvd, IlluminanceUnit 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 IlluminanceVector Modifier and Type Method Description Class<IlluminanceVector>IlluminanceMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of IlluminanceVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return IlluminanceVector Modifier and Type Method Description IlluminanceVectorSIVector. asIlluminance()Return the current vector as a illuminance vector.IlluminanceVectorSIVector. asIlluminance(IlluminanceUnit displayUnit)Return the current vector as a illuminance vector, and provide a display unit.IlluminanceVectorIlluminanceVector. instantiateVector(DoubleVectorData dvd, IlluminanceUnit displayUnit)Instantiate a new vector of the class of this vector.
-