Package | Description |
---|---|
org.djunits.value |
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
|
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 | Method and Description |
---|---|
static FloatAngle |
AngleUtil.normalize(FloatAngle angle)
Normalize an angle between 0 and 2 * PI.
|
Modifier and Type | Method and Description |
---|---|
static FloatAngle |
AngleUtil.normalize(FloatAngle angle)
Normalize an angle between 0 and 2 * PI.
|
Modifier and Type | Method and Description |
---|---|
protected FloatAngle |
MutableFloatAngleMatrix.instantiateScalar(float value,
AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAngle |
FloatAngleMatrix.instantiateScalar(float value,
AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatAngleMatrix(FloatAngle[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleMatrix.
|
MutableFloatAngleMatrix(FloatAngle[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatAngleMatrix.
|
Modifier and Type | Field and Description |
---|---|
static FloatAngle |
FloatAngle.NaN
constant with value NaN.
|
static FloatAngle |
FloatAngle.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static FloatAngle |
FloatAngle.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static FloatAngle |
FloatAngle.POS_MAXVALUE
constant with value MAX_VALUE.
|
static FloatAngle |
FloatAngle.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static FloatAngle |
FloatAngle.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static FloatAngle |
FloatAngle.createSI(float value)
Construct FloatAngle scalar.
|
FloatAngle |
FloatDirection.instantiateRel(float value,
AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
FloatAngle |
FloatAngle.instantiateRel(float value,
AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatAngle |
FloatAngle.interpolate(FloatAngle zero,
FloatAngle one,
float ratio)
Interpolate between two values.
|
static FloatAngle |
FloatAngle.max(FloatAngle r1,
FloatAngle r2)
Return the maximum value of two relative scalars.
|
static FloatAngle |
FloatAngle.max(FloatAngle r1,
FloatAngle r2,
FloatAngle... rn)
Return the maximum value of more than two relative scalars.
|
static FloatAngle |
FloatAngle.min(FloatAngle r1,
FloatAngle r2)
Return the minimum value of two relative scalars.
|
static FloatAngle |
FloatAngle.min(FloatAngle r1,
FloatAngle r2,
FloatAngle... rn)
Return the minimum value of more than two relative scalars.
|
FloatAngle |
FloatDimensionless.multiplyBy(FloatAngle v)
Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.
|
Modifier and Type | Method and Description |
---|---|
FloatDimensionless |
FloatAngle.divideBy(FloatAngle v)
Calculate the division of FloatAngle and FloatAngle, which results in a FloatDimensionless scalar.
|
static FloatAngle |
FloatAngle.interpolate(FloatAngle zero,
FloatAngle one,
float ratio)
Interpolate between two values.
|
static FloatAngle |
FloatAngle.max(FloatAngle r1,
FloatAngle r2)
Return the maximum value of two relative scalars.
|
static FloatAngle |
FloatAngle.max(FloatAngle r1,
FloatAngle r2,
FloatAngle... rn)
Return the maximum value of more than two relative scalars.
|
static FloatAngle |
FloatAngle.max(FloatAngle r1,
FloatAngle r2,
FloatAngle... rn)
Return the maximum value of more than two relative scalars.
|
static FloatAngle |
FloatAngle.min(FloatAngle r1,
FloatAngle r2)
Return the minimum value of two relative scalars.
|
static FloatAngle |
FloatAngle.min(FloatAngle r1,
FloatAngle r2,
FloatAngle... rn)
Return the minimum value of more than two relative scalars.
|
static FloatAngle |
FloatAngle.min(FloatAngle r1,
FloatAngle r2,
FloatAngle... rn)
Return the minimum value of more than two relative scalars.
|
FloatAngle |
FloatDimensionless.multiplyBy(FloatAngle v)
Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.
|
Constructor and Description |
---|
FloatAngle(FloatAngle value)
Construct FloatAngle scalar.
|
Modifier and Type | Method and Description |
---|---|
protected FloatAngle |
MutableFloatAngleVector.instantiateScalar(float value,
AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAngle |
FloatAngleVector.instantiateScalar(float value,
AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
FloatAngle[] |
MutableFloatAngleVector.toArray()
Return an array of FloatAngle Scalars from this vector.
|
FloatAngle[] |
FloatAngleVector.toArray()
Return an array of FloatAngle Scalars from this vector.
|
Constructor and Description |
---|
FloatAngleVector(FloatAngle[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
MutableFloatAngleVector(FloatAngle[] values,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
Constructor and Description |
---|
FloatAngleVector(List<FloatAngle> values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
FloatAngleVector(SortedMap<Integer,FloatAngle> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
MutableFloatAngleVector(List<FloatAngle> values,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
MutableFloatAngleVector(SortedMap<Integer,FloatAngle> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
Copyright © 2015–2018 Delft University of Technology. All rights reserved.