| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| 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.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Field and Description |
|---|---|
static AnglePlaneUnit |
UNITS.ARCMINUTE |
static AnglePlaneUnit |
AnglePlaneUnit.ARCMINUTE
arcminute.
|
static AnglePlaneUnit |
UNITS.ARCSECOND |
static AnglePlaneUnit |
AnglePlaneUnit.ARCSECOND
arcsecond.
|
static AnglePlaneUnit |
UNITS.CENTESIMAL_ARCMINUTE |
static AnglePlaneUnit |
AnglePlaneUnit.CENTESIMAL_ARCMINUTE
centesimal arcminute.
|
static AnglePlaneUnit |
UNITS.CENTESIMAL_ARCSECOND |
static AnglePlaneUnit |
AnglePlaneUnit.CENTESIMAL_ARCSECOND
centesimal arcsecond.
|
static AnglePlaneUnit |
UNITS.DEG |
static AnglePlaneUnit |
UNITS.DEGREE |
static AnglePlaneUnit |
AnglePlaneUnit.DEGREE
degree.
|
static AnglePlaneUnit |
UNITS.GRAD |
static AnglePlaneUnit |
AnglePlaneUnit.GRAD
grad.
|
static AnglePlaneUnit |
UNITS.RAD |
static AnglePlaneUnit |
UNITS.RADIAN |
static AnglePlaneUnit |
AnglePlaneUnit.RADIAN
radian.
|
static AnglePlaneUnit |
AnglePlaneUnit.SI
The SI unit for plane angle is radian.
|
| Modifier and Type | Method and Description |
|---|---|
AnglePlaneUnit |
AnglePlaneUnit.getStandardUnit() |
| Modifier and Type | Method and Description |
|---|---|
static DoubleScalar.Abs<AnglePlaneUnit> |
AnglePlaneUnit.normalize(DoubleScalar.Abs<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
static DoubleScalar.Rel<AnglePlaneUnit> |
AnglePlaneUnit.normalize(DoubleScalar.Rel<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
static FloatScalar.Abs<AnglePlaneUnit> |
AnglePlaneUnit.normalize(FloatScalar.Abs<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
static FloatScalar.Rel<AnglePlaneUnit> |
AnglePlaneUnit.normalize(FloatScalar.Rel<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleScalar.Abs<AnglePlaneUnit> |
AnglePlaneUnit.normalize(DoubleScalar.Abs<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
static DoubleScalar.Rel<AnglePlaneUnit> |
AnglePlaneUnit.normalize(DoubleScalar.Rel<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
static FloatScalar.Abs<AnglePlaneUnit> |
AnglePlaneUnit.normalize(FloatScalar.Abs<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
static FloatScalar.Rel<AnglePlaneUnit> |
AnglePlaneUnit.normalize(FloatScalar.Rel<AnglePlaneUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
| Constructor and Description |
|---|
AnglePlaneUnit(String name,
String abbreviation,
UnitSystem unitSystem,
AnglePlaneUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Constructor and Description |
|---|
Abs(double value,
AnglePlaneUnit unit)
Construct AnglePlane.Abs scalar.
|
Rel(double value,
AnglePlaneUnit unit)
Construct AnglePlane.Rel scalar.
|
| Constructor and Description |
|---|
Abs(DoubleScalar.Abs<AnglePlaneUnit> value)
Construct AnglePlane.Abs scalar.
|
Rel(DoubleScalar.Rel<AnglePlaneUnit> value)
Construct AnglePlane.Rel scalar.
|
| Constructor and Description |
|---|
Abs(AnglePlaneUnit unit)
Construct a new Absolute MutableAnglePlaneVector.
|
Abs(AnglePlaneUnit unit)
Construct a new Absolute Immutable DoubleVector.
|
Dense(double[] values,
AnglePlaneUnit unit)
Construct a new Absolute Dense Mutable AnglePlaneVector.
|
Dense(double[] values,
AnglePlaneUnit unit)
Construct a new Dense Immutable Double AnglePlane Vector.
|
Dense(double[] values,
AnglePlaneUnit unit)
Construct a new Absolute Dense Immutable DoubleVector.
|
Dense(double[] values,
AnglePlaneUnit unit)
Construct a new Dense Immutable Double AnglePlane Vector.
|
Dense(List<Double> values,
AnglePlaneUnit unit)
Construct a new Absolute Dense Mutable AnglePlaneVector.
|
Dense(List<Double> values,
AnglePlaneUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
AnglePlaneUnit unit)
Construct a new Absolute Dense Immutable DoubleVector.
|
Dense(List<Double> values,
AnglePlaneUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Rel(AnglePlaneUnit unit)
Construct a new Absolute MutableAnglePlaneVector.
|
Rel(AnglePlaneUnit unit) |
Sparse(double[] values,
AnglePlaneUnit unit)
Construct a new Absolute Sparse Mutable AnglePlaneVector.
|
Sparse(double[] values,
AnglePlaneUnit unit)
Construct a new Sparse Immutable Double AnglePlane Vector.
|
Sparse(double[] values,
AnglePlaneUnit unit)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(double[] values,
AnglePlaneUnit unit)
Construct a new Sparse Immutable Double AnglePlane Vector.
|
Sparse(SortedMap<Integer,Double> values,
AnglePlaneUnit unit,
int angleplane)
Construct a new Absolute Sparse Mutable AnglePlaneVector.
|
Sparse(SortedMap<Integer,Double> values,
AnglePlaneUnit unit,
int angleplane)
Construct a new Sparse Immutable AnglePlane Vector.
|
Sparse(SortedMap<Integer,Double> values,
AnglePlaneUnit unit,
int angleplane)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(SortedMap<Integer,Double> values,
AnglePlaneUnit unit,
int angleplane)
Construct a new Sparse Immutable AnglePlane Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Abs<AnglePlaneUnit>> values)
Construct a new Absolute Dense Mutable AnglePlaneVector.
|
Dense(List<DoubleScalar.Abs<AnglePlaneUnit>> values)
Construct a new Absolute Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<AnglePlaneUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<AnglePlaneUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Abs<AnglePlaneUnit>> values,
int angleplane)
Construct a new Absolute Sparse Mutable AnglePlaneVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Abs<AnglePlaneUnit>> values,
int angleplane)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<AnglePlaneUnit>> values,
int angleplane)
Construct a new Sparse Immutable AnglePlane Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<AnglePlaneUnit>> values,
int angleplane)
Construct a new Sparse Immutable AnglePlane Vector.
|
| Constructor and Description |
|---|
Abs(double value,
AnglePlaneUnit unit)
Construct FloatAnglePlane.Abs scalar using a double value.
|
Abs(float value,
AnglePlaneUnit unit)
Construct FloatAnglePlane.Abs scalar.
|
Rel(double value,
AnglePlaneUnit unit)
Construct FloatAnglePlane.Rel scalar using a double value.
|
Rel(float value,
AnglePlaneUnit unit)
Construct FloatAnglePlane.Rel scalar.
|
| Constructor and Description |
|---|
Abs(FloatScalar.Abs<AnglePlaneUnit> value)
Construct FloatAnglePlane.Abs scalar.
|
Rel(FloatScalar.Rel<AnglePlaneUnit> value)
Construct FloatAnglePlane.Rel scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.