Uses of Class
org.djunits.value.vdouble.scalar.Position
Package | Description |
---|---|
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.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of Position in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Position Modifier and Type Method Description Position
LengthMatrix. instantiateScalarAbsSI(double valueSI, PositionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.Position
PositionMatrix. instantiateScalarSI(double valueSI, PositionUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Position Modifier and Type Method Description Class<Position>
PositionMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Position in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Position Modifier and Type Field Description static Position
Position. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Position Modifier and Type Method Description Position
Length. instantiateAbs(double value, PositionUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.Position
Position. instantiateAbs(double value, PositionUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.static Position
Position. instantiateSI(double value)
Construct Position scalar.static Position
Position. interpolate(Position zero, Position one, double ratio)
Interpolate between two values.static Position
Position. max(Position a1, Position a2)
Return the maximum value of two absolute scalars.static Position
Position. max(Position a1, Position a2, Position... an)
Return the maximum value of more than two absolute scalars.static Position
Position. min(Position a1, Position a2)
Return the minimum value of two absolute scalars.static Position
Position. min(Position a1, Position a2, Position... an)
Return the minimum value of more than two absolute scalars.static Position
Position. of(double value, String unitString)
Returns a Position based on a value and the textual representation of the unit.static Position
Position. valueOf(String text)
Returns a Position representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Position Modifier and Type Method Description static Position
Position. interpolate(Position zero, Position one, double ratio)
Interpolate between two values.static Position
Position. max(Position a1, Position a2)
Return the maximum value of two absolute scalars.static Position
Position. max(Position a1, Position a2, Position... an)
Return the maximum value of more than two absolute scalars.static Position
Position. min(Position a1, Position a2)
Return the minimum value of two absolute scalars.static Position
Position. min(Position a1, Position a2, Position... an)
Return the minimum value of more than two absolute scalars.Constructors in org.djunits.value.vdouble.scalar with parameters of type Position Constructor Description Position(Position value)
Construct Position scalar. -
Uses of Position in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Position Modifier and Type Method Description Position
LengthVector. instantiateScalarAbsSI(double valueSI, PositionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.Position
PositionVector. instantiateScalarSI(double valueSI, PositionUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Position Modifier and Type Method Description Class<Position>
PositionVector. getScalarClass()
Return the class of the corresponding scalar.