Uses of Class
civitas.celestis.util.tuple.Double2
Packages that use Double2
-
Uses of Double2 in civitas.celestis.math.vector
Subclasses of Double2 in civitas.celestis.math.vectorModifier and TypeClassDescriptionclassAn immutable two-dimensional vector which uses the typedouble. -
Uses of Double2 in civitas.celestis.util.tuple
Methods in civitas.celestis.util.tuple that return Double2Modifier and TypeMethodDescriptionDouble2.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.