Uses of Class
org.djunits.value.vdouble.scalar.SolidAngle
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return SolidAngleModifier and TypeMethodDescriptionSolidAngleMatrix.instantiateScalarSI(double valueSI, SolidAngleUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type SolidAngleConstructors in org.djunits.value.vdouble.matrix with parameters of type SolidAngleModifierConstructorDescriptionSolidAngleMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type SolidAngleModifierConstructorDescriptionSolidAngleMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as SolidAngleModifier and TypeFieldDescriptionstatic final SolidAngleSolidAngle.NaNConstant with value NaN.static final SolidAngleSolidAngle.NEG_MAXVALUEConstant with value -MAX_VALUE.static final SolidAngleSolidAngle.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final SolidAngleSolidAngle.ONEConstant with value one.static final SolidAngleSolidAngle.POS_MAXVALUEConstant with value MAX_VALUE.static final SolidAngleSolidAngle.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final SolidAngleSolidAngle.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return SolidAngleModifier and TypeMethodDescriptionfinal SolidAngleSIScalar.asSolidAngle()Return the current scalar as a solidangle.final SolidAngleSIScalar.asSolidAngle(SolidAngleUnit displayUnit) Return the current scalar as a solidangle, and provide a display unit.final SolidAngleLuminousFlux.divide(LuminousIntensity v) Calculate the division of LuminousFlux and LuminousIntensity, which results in a SolidAngle scalar.static SolidAngleSolidAngle.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type SolidAngle.final SolidAngleSolidAngle.instantiateRel(double value, SolidAngleUnit unit) static SolidAngleSolidAngle.interpolate(SolidAngle zero, SolidAngle one, double ratio) Interpolate between two values.static SolidAngleSolidAngle.max(SolidAngle r1, SolidAngle r2) Return the maximum value of two relative scalars.static SolidAngleSolidAngle.max(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the maximum value of more than two relative scalars.static SolidAngleSolidAngle.min(SolidAngle r1, SolidAngle r2) Return the minimum value of two relative scalars.static SolidAngleSolidAngle.min(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the minimum value of more than two relative scalars.static SolidAngleSolidAngle.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type SolidAngle.static SolidAngleReturns a SolidAngle based on a value and the textual representation of the unit, which can be localized.static final SolidAngleSolidAngle.ofSI(double value) Construct SolidAngle scalar based on an SI value.final SolidAngleDimensionless.times(SolidAngle v) Calculate the multiplication of Dimensionless and SolidAngle, which results in a SolidAngle scalar.static SolidAngleReturns a SolidAngle representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type SolidAngleModifier and TypeMethodDescriptionfinal LuminousIntensityLuminousFlux.divide(SolidAngle v) Calculate the division of LuminousFlux and SolidAngle, which results in a LuminousIntensity scalar.final DimensionlessSolidAngle.divide(SolidAngle v) Calculate the division of SolidAngle and SolidAngle, which results in a Dimensionless scalar.static SolidAngleSolidAngle.interpolate(SolidAngle zero, SolidAngle one, double ratio) Interpolate between two values.static SolidAngleSolidAngle.max(SolidAngle r1, SolidAngle r2) Return the maximum value of two relative scalars.static SolidAngleSolidAngle.max(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the maximum value of more than two relative scalars.static SolidAngleSolidAngle.min(SolidAngle r1, SolidAngle r2) Return the minimum value of two relative scalars.static SolidAngleSolidAngle.min(SolidAngle r1, SolidAngle r2, SolidAngle... rn) Return the minimum value of more than two relative scalars.final SolidAngleDimensionless.times(SolidAngle v) Calculate the multiplication of Dimensionless and SolidAngle, which results in a SolidAngle scalar.final LuminousFluxLuminousIntensity.times(SolidAngle v) Calculate the multiplication of LuminousIntensity and SolidAngle, which results in a LuminousFlux scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type SolidAngle -
Uses of SolidAngle in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return SolidAngleModifier and TypeMethodDescriptionSolidAngleVector.instantiateScalarSI(double valueSI, SolidAngleUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type SolidAngleConstructors in org.djunits.value.vdouble.vector with parameters of type SolidAngleModifierConstructorDescriptionSolidAngleVector(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.