Uses of Class
org.djunits.value.vfloat.vector.FloatSolidAngleVector
-
Packages that use FloatSolidAngleVector 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 FloatSolidAngleVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSolidAngleVector Modifier and Type Method Description FloatSolidAngleVectorFloatSolidAngleMatrix. instantiateVector(FloatVectorData fvd, SolidAngleUnit displayUnit)Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatSolidAngleVector Modifier and Type Method Description Class<FloatSolidAngleVector>FloatSolidAngleMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of FloatSolidAngleVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSolidAngleVector Modifier and Type Method Description FloatSolidAngleVectorFloatSIVector. asSolidAngle()Return the current vector as a solidangle vector.FloatSolidAngleVectorFloatSIVector. asSolidAngle(SolidAngleUnit displayUnit)Return the current vector as a solidangle vector, and provide a display unit.FloatSolidAngleVectorFloatSolidAngleVector. instantiateVector(FloatVectorData fvd, SolidAngleUnit displayUnit)Instantiate a new vector of the class of this vector.
-