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