Uses of Class
org.djunits.value.vdouble.scalar.Direction
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 Direction in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Direction Modifier and Type Method Description Direction
AngleMatrix. instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.Direction
DirectionMatrix. instantiateScalarSI(double valueSI, DirectionUnit 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 Direction Modifier and Type Method Description Class<Direction>
DirectionMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Direction in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Direction Modifier and Type Field Description static Direction
Direction. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Direction Modifier and Type Method Description Direction
Angle. instantiateAbs(double value, DirectionUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.Direction
Direction. instantiateAbs(double value, DirectionUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.static Direction
Direction. instantiateSI(double value)
Construct Direction scalar.static Direction
Direction. interpolate(Direction zero, Direction one, double ratio)
Interpolate between two values.static Direction
Direction. max(Direction a1, Direction a2)
Return the maximum value of two absolute scalars.static Direction
Direction. max(Direction a1, Direction a2, Direction... an)
Return the maximum value of more than two absolute scalars.static Direction
Direction. min(Direction a1, Direction a2)
Return the minimum value of two absolute scalars.static Direction
Direction. min(Direction a1, Direction a2, Direction... an)
Return the minimum value of more than two absolute scalars.static Direction
Direction. of(double value, String unitString)
Returns a Direction based on a value and the textual representation of the unit.static Direction
Direction. valueOf(String text)
Returns a Direction representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Direction Modifier and Type Method Description static Direction
Direction. interpolate(Direction zero, Direction one, double ratio)
Interpolate between two values.static Direction
Direction. max(Direction a1, Direction a2)
Return the maximum value of two absolute scalars.static Direction
Direction. max(Direction a1, Direction a2, Direction... an)
Return the maximum value of more than two absolute scalars.static Direction
Direction. min(Direction a1, Direction a2)
Return the minimum value of two absolute scalars.static Direction
Direction. min(Direction a1, Direction a2, Direction... an)
Return the minimum value of more than two absolute scalars.Constructors in org.djunits.value.vdouble.scalar with parameters of type Direction Constructor Description Direction(Direction value)
Construct Direction scalar. -
Uses of Direction in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Direction Modifier and Type Method Description Direction
AngleVector. instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.Direction
DirectionVector. instantiateScalarSI(double valueSI, DirectionUnit 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 Direction Modifier and Type Method Description Class<Direction>
DirectionVector. getScalarClass()
Return the class of the corresponding scalar.