Uses of Class
org.djunits.value.vdouble.scalar.Direction
Packages that use Direction
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
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 DirectionModifier and TypeMethodDescriptionAngleMatrix.instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit) DirectionMatrix.instantiateScalarSI(double valueSI, DirectionUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type DirectionConstructors in org.djunits.value.vdouble.matrix with parameters of type DirectionModifierConstructorDescriptionDirectionMatrix(Direction[][] data) Construct a DirectionMatrix from an array of an array of Direction objects.DirectionMatrix(Direction[][] data, DirectionUnit displayUnit) Construct a DirectionMatrix from an array of an array of Direction objects.DirectionMatrix(Direction[][] data, DirectionUnit displayUnit, StorageType storageType) Construct a DirectionMatrix from an array of an array of Direction objects.DirectionMatrix(Direction[][] data, StorageType storageType) Construct a DirectionMatrix from an array of an array of Direction objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type DirectionModifierConstructorDescriptionDirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>> data, int rows, int cols) Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects.DirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>> data, int rows, int cols, StorageType storageType) Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects.DirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>> data, DirectionUnit displayUnit, int rows, int cols) Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects.DirectionMatrix(Collection<DoubleSparseValue<DirectionUnit, Direction>> data, DirectionUnit displayUnit, int rows, int cols, StorageType storageType) Construct a DirectionMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Direction in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as DirectionMethods in org.djunits.value.vdouble.scalar that return DirectionModifier and TypeMethodDescriptionfinal DirectionAngle.instantiateAbs(double value, DirectionUnit unit) final DirectionDirection.instantiateAbs(double value, DirectionUnit unit) static DirectionDirection.interpolate(Direction zero, Direction one, double ratio) Interpolate between two values.static DirectionReturn the maximum value of two absolute scalars.static DirectionReturn the maximum value of more than two absolute scalars.static DirectionReturn the minimum value of two absolute scalars.static DirectionReturn the minimum value of more than two absolute scalars.static DirectionReturns a Direction based on a value and the textual representation of the unit, which can be localized.static final DirectionDirection.ofSI(double value) Construct Direction scalar based on a BASE unit value.static DirectionReturns a Direction representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type DirectionModifier and TypeMethodDescriptionstatic DirectionDirection.interpolate(Direction zero, Direction one, double ratio) Interpolate between two values.static DirectionReturn the maximum value of two absolute scalars.static DirectionReturn the maximum value of more than two absolute scalars.static DirectionReturn the minimum value of two absolute scalars.static DirectionReturn the minimum value of more than two absolute scalars.Constructors in org.djunits.value.vdouble.scalar with parameters of type Direction -
Uses of Direction in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return DirectionModifier and TypeMethodDescriptionAngleVector.instantiateScalarAbsSI(double valueSI, DirectionUnit displayUnit) DirectionVector.instantiateScalarSI(double valueSI, DirectionUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type DirectionConstructors in org.djunits.value.vdouble.vector with parameters of type DirectionModifierConstructorDescriptionDirectionVector(Direction[] data) Construct an DirectionVector from an array of Direction objects.DirectionVector(Direction[] data, DirectionUnit displayUnit) Construct an DirectionVector from an array of Direction objects.DirectionVector(Direction[] data, DirectionUnit displayUnit, StorageType storageType) Construct an DirectionVector from an array of Direction objects.DirectionVector(Direction[] data, StorageType storageType) Construct an DirectionVector from an array of Direction objects.