Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Field and Description |
---|---|
static AngleSolidUnit |
AngleSolidUnit.SI
The SI unit for solid angle is steradian.
|
static AngleSolidUnit |
UNITS.SQUARE_DEGREE |
static AngleSolidUnit |
AngleSolidUnit.SQUARE_DEGREE
square degree.
|
static AngleSolidUnit |
UNITS.STERADIAN |
static AngleSolidUnit |
AngleSolidUnit.STERADIAN
steradian.
|
Modifier and Type | Method and Description |
---|---|
AngleSolidUnit |
AngleSolidUnit.getStandardUnit() |
Constructor and Description |
---|
AngleSolidUnit(String name,
String abbreviation,
UnitSystem unitSystem,
AngleSolidUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableAngleSolidMatrix |
MutableAngleSolidMatrix.instantiateMutableType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAngleSolidMatrix |
AngleSolidMatrix.instantiateMutableType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected AngleSolid |
MutableAngleSolidMatrix.instantiateScalar(double value,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AngleSolid |
AngleSolidMatrix.instantiateScalar(double value,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AngleSolidMatrix |
MutableAngleSolidMatrix.instantiateType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AngleSolidMatrix |
AngleSolidMatrix.instantiateType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
AngleSolidMatrix(double[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidMatrix.
|
AngleSolidMatrix(DoubleMatrixData data,
AngleSolidUnit unit) |
MutableAngleSolidMatrix(double[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidMatrix.
|
MutableAngleSolidMatrix(DoubleMatrixData data,
AngleSolidUnit unit) |
Modifier and Type | Method and Description |
---|---|
AngleSolid |
AngleSolid.instantiateRel(double value,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
AngleSolid(double value,
AngleSolidUnit unit)
Construct AngleSolid scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableAngleSolidVector |
MutableAngleSolidVector.instantiateMutableType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAngleSolidVector |
AngleSolidVector.instantiateMutableType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected AngleSolid |
MutableAngleSolidVector.instantiateScalar(double value,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AngleSolid |
AngleSolidVector.instantiateScalar(double value,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AngleSolidVector |
MutableAngleSolidVector.instantiateType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AngleSolidVector |
AngleSolidVector.instantiateType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
AngleSolidVector(double[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleSolidVector(DoubleVectorData data,
AngleSolidUnit unit) |
AngleSolidVector(List<Double> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleSolidVector(SortedMap<Integer,Double> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(double[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(DoubleVectorData data,
AngleSolidUnit unit) |
MutableAngleSolidVector(List<Double> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(SortedMap<Integer,Double> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatAngleSolidMatrix |
MutableFloatAngleSolidMatrix.instantiateMutableType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAngleSolidMatrix |
FloatAngleSolidMatrix.instantiateMutableType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatAngleSolid |
MutableFloatAngleSolidMatrix.instantiateScalar(float value,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAngleSolid |
FloatAngleSolidMatrix.instantiateScalar(float value,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAngleSolidMatrix |
MutableFloatAngleSolidMatrix.instantiateType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAngleSolidMatrix |
FloatAngleSolidMatrix.instantiateType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatAngleSolidMatrix(float[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
FloatAngleSolidMatrix(FloatMatrixData data,
AngleSolidUnit unit) |
MutableFloatAngleSolidMatrix(float[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
MutableFloatAngleSolidMatrix(FloatMatrixData data,
AngleSolidUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatAngleSolid |
FloatAngleSolid.instantiateRel(float value,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatAngleSolid(double value,
AngleSolidUnit unit)
Construct FloatAngleSolid scalar using a double value.
|
FloatAngleSolid(float value,
AngleSolidUnit unit)
Construct FloatAngleSolid scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatAngleSolidVector |
MutableFloatAngleSolidVector.instantiateMutableType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAngleSolidVector |
FloatAngleSolidVector.instantiateMutableType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatAngleSolid |
MutableFloatAngleSolidVector.instantiateScalar(float value,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAngleSolid |
FloatAngleSolidVector.instantiateScalar(float value,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAngleSolidVector |
MutableFloatAngleSolidVector.instantiateType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAngleSolidVector |
FloatAngleSolidVector.instantiateType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatAngleSolidVector(float[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatAngleSolidVector.
|
FloatAngleSolidVector(FloatVectorData data,
AngleSolidUnit unit) |
FloatAngleSolidVector(List<Float> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatAngleSolidVector.
|
FloatAngleSolidVector(SortedMap<Integer,Float> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(float[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float AngleSolidVector.
|
MutableFloatAngleSolidVector(FloatVectorData data,
AngleSolidUnit unit) |
MutableFloatAngleSolidVector(List<Float> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float AngleSolidVector.
|
MutableFloatAngleSolidVector(SortedMap<Integer,Float> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float AngleSolidVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.