Uses of Class
civitas.celestis.util.tuple.Long3
Packages that use Long3
-
Uses of Long3 in civitas.celestis.math.integer
Methods in civitas.celestis.math.integer that return Long3Modifier and TypeMethodDescriptionInteger3.primValue()Converts this vector into a primitive vector.Constructors in civitas.celestis.math.integer with parameters of type Long3 -
Uses of Long3 in civitas.celestis.util.tuple
Methods in civitas.celestis.util.tuple that return Long3Modifier and TypeMethodDescriptionLong3.map(LongUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.