Uses of Class
org.djunits.value.vdouble.scalar.SolidAngle
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of SolidAngle in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionSolidAngleMatrix.instantiateScalarSI
(double valueSI, SolidAngleUnit displayUnit) ModifierConstructorDescriptionSolidAngleMatrix
(SolidAngle[][] data) Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.SolidAngleMatrix
(SolidAngle[][] data, SolidAngleUnit displayUnit) Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.SolidAngleMatrix
(SolidAngle[][] data, SolidAngleUnit displayUnit, StorageType storageType) Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.SolidAngleMatrix
(SolidAngle[][] data, StorageType storageType) Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.ModifierConstructorDescriptionSolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, int rows, int cols) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, int rows, int cols, StorageType storageType) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of SolidAngle in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final SolidAngle
SolidAngle.NaN
Constant with value NaN.static final SolidAngle
SolidAngle.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final SolidAngle
SolidAngle.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final SolidAngle
SolidAngle.ONE
Constant with value one.static final SolidAngle
SolidAngle.POS_MAXVALUE
Constant with value MAX_VALUE.static final SolidAngle
SolidAngle.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final SolidAngle
SolidAngle.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal SolidAngle
SIScalar.asSolidAngle()
Return the current scalar as a solidangle.final SolidAngle
SIScalar.asSolidAngle
(SolidAngleUnit displayUnit) Return the current scalar as a solidangle, and provide a display unit.final SolidAngle
LuminousFlux.divide
(LuminousIntensity v) Calculate the division of LuminousFlux and LuminousIntensity, which results in a SolidAngle scalar.final SolidAngle
SolidAngle.instantiateRel
(double value, SolidAngleUnit unit) static final SolidAngle
SolidAngle.instantiateSI
(double value) Construct SolidAngle scalar.static SolidAngle
SolidAngle.interpolate
(SolidAngle zero, SolidAngle one, double ratio) Interpolate between two values.static SolidAngle
SolidAngle.max
(SolidAngle r1, SolidAngle r2) Return the maximum value of two relative scalars.static SolidAngle
SolidAngle.max
(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the maximum value of more than two relative scalars.static SolidAngle
SolidAngle.min
(SolidAngle r1, SolidAngle r2) Return the minimum value of two relative scalars.static SolidAngle
SolidAngle.min
(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the minimum value of more than two relative scalars.static SolidAngle
Returns a SolidAngle based on a value and the textual representation of the unit, which can be localized.final SolidAngle
Dimensionless.times
(SolidAngle v) Calculate the multiplication of Dimensionless and SolidAngle, which results in a SolidAngle scalar.static SolidAngle
Returns a SolidAngle representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal LuminousIntensity
LuminousFlux.divide
(SolidAngle v) Calculate the division of LuminousFlux and SolidAngle, which results in a LuminousIntensity scalar.final Dimensionless
SolidAngle.divide
(SolidAngle v) Calculate the division of SolidAngle and SolidAngle, which results in a Dimensionless scalar.static SolidAngle
SolidAngle.interpolate
(SolidAngle zero, SolidAngle one, double ratio) Interpolate between two values.static SolidAngle
SolidAngle.max
(SolidAngle r1, SolidAngle r2) Return the maximum value of two relative scalars.static SolidAngle
SolidAngle.max
(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the maximum value of more than two relative scalars.static SolidAngle
SolidAngle.min
(SolidAngle r1, SolidAngle r2) Return the minimum value of two relative scalars.static SolidAngle
SolidAngle.min
(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the minimum value of more than two relative scalars.final SolidAngle
Dimensionless.times
(SolidAngle v) Calculate the multiplication of Dimensionless and SolidAngle, which results in a SolidAngle scalar.final LuminousFlux
LuminousIntensity.times
(SolidAngle v) Calculate the multiplication of LuminousIntensity and SolidAngle, which results in a LuminousFlux scalar. -
Uses of SolidAngle in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionSolidAngleVector.instantiateScalarSI
(double valueSI, SolidAngleUnit displayUnit) ModifierConstructorDescriptionSolidAngleVector
(SolidAngle[] data) Construct an SolidAngleVector from an array of SolidAngle objects.SolidAngleVector
(SolidAngle[] data, SolidAngleUnit displayUnit) Construct an SolidAngleVector from an array of SolidAngle objects.SolidAngleVector
(SolidAngle[] data, SolidAngleUnit displayUnit, StorageType storageType) Construct an SolidAngleVector from an array of SolidAngle objects.SolidAngleVector
(SolidAngle[] data, StorageType storageType) Construct an SolidAngleVector from an array of SolidAngle objects.