Uses of Interface
civitas.celestis.util.tuple.DoubleTuple
Packages that use DoubleTuple
Package
Description
-
Uses of DoubleTuple in civitas.celestis.math.complex
Classes in civitas.celestis.math.complex that implement DoubleTupleConstructors in civitas.celestis.math.complex with parameters of type DoubleTuple -
Uses of DoubleTuple in civitas.celestis.math.vector
Subinterfaces of DoubleTuple in civitas.celestis.math.vectorModifier and TypeInterfaceDescriptioninterfaceA mathematical vector.Classes in civitas.celestis.math.vector that implement DoubleTupleModifier and TypeClassDescriptionclassAn arbitrary dimensional array-based vector.classAn immutable two-dimensional vector which uses the typedouble.classAn immutable three-dimensional vector which uses the typedouble.classAn immutable four-dimensional vector which uses the typedouble.Constructors in civitas.celestis.math.vector with parameters of type DoubleTupleModifierConstructorDescriptionCreates a new vector.Creates a new vector.Creates a new vector.Creates a new vector. -
Uses of DoubleTuple in civitas.celestis.util.array
Methods in civitas.celestis.util.array that return DoubleTuple -
Uses of DoubleTuple in civitas.celestis.util.tuple
Classes in civitas.celestis.util.tuple that implement DoubleTupleModifier and TypeClassDescriptionclassA tuple with one element.classAn immutable type containing two primitivedoubles.classAn immutable type containing three primitivedoubles.classAn immutable type containing four primitivedoubles.classAn array-based tuple which holds an arbitrary element of typedouble.Methods in civitas.celestis.util.tuple that return DoubleTupleModifier and TypeMethodDescriptionstatic DoubleTupleDoubleTuple.empty()Returns an empty double tuple.Double1.map(DoubleUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.DoubleArrayTuple.map(DoubleUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.DoubleTuple.map(DoubleUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.ArrayTuple.mapToDouble(ToDoubleFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object1.mapToDouble(ToDoubleFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object2.mapToDouble(ToDoubleFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object3.mapToDouble(ToDoubleFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object4.mapToDouble(ToDoubleFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Tuple.mapToDouble(ToDoubleFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.static DoubleTupleDoubleTuple.of(double... components) Creates a new double tuple from the provided array of components.Constructors in civitas.celestis.util.tuple with parameters of type DoubleTuple