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 PositionLengthMatrix. instantiateScalarAbsSI(double valueSI, PositionUnit displayUnit)Instantiate a new absolute scalar for the class of this relative matrix.PositionPositionMatrix. 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 PositionPosition. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Position Modifier and Type Method Description PositionLength. instantiateAbs(double value, PositionUnit unit)Construct a new Absolute Immutable DoubleScalar of the right type.PositionPosition. instantiateAbs(double value, PositionUnit unit)Construct a new Absolute Immutable DoubleScalar of the right type.static PositionPosition. instantiateSI(double value)Construct Position scalar.static PositionPosition. interpolate(Position zero, Position one, double ratio)Interpolate between two values.static PositionPosition. max(Position a1, Position a2)Return the maximum value of two absolute scalars.static PositionPosition. max(Position a1, Position a2, Position... an)Return the maximum value of more than two absolute scalars.static PositionPosition. min(Position a1, Position a2)Return the minimum value of two absolute scalars.static PositionPosition. min(Position a1, Position a2, Position... an)Return the minimum value of more than two absolute scalars.static PositionPosition. of(double value, String unitString)Returns a Position based on a value and the textual representation of the unit.static PositionPosition. 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 PositionPosition. interpolate(Position zero, Position one, double ratio)Interpolate between two values.static PositionPosition. max(Position a1, Position a2)Return the maximum value of two absolute scalars.static PositionPosition. max(Position a1, Position a2, Position... an)Return the maximum value of more than two absolute scalars.static PositionPosition. min(Position a1, Position a2)Return the minimum value of two absolute scalars.static PositionPosition. 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 PositionLengthVector. instantiateScalarAbsSI(double valueSI, PositionUnit displayUnit)Instantiate a new absolute scalar for the class of this relative vector.PositionPositionVector. 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.