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 IlluminanceVector
IlluminanceMatrix. 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 IlluminanceVector
SIVector. asIlluminance()
Return the current vector as a illuminance vector.IlluminanceVector
SIVector. asIlluminance(IlluminanceUnit displayUnit)
Return the current vector as a illuminance vector, and provide a display unit.IlluminanceVector
IlluminanceVector. instantiateVector(DoubleVectorData dvd, IlluminanceUnit displayUnit)
Instantiate a new vector of the class of this vector.
-