Uses of Class
civitas.celestis.util.tuple.Double4
Packages that use Double4
Package
Description
-
Uses of Double4 in civitas.celestis.math.complex
Subclasses of Double4 in civitas.celestis.math.complexMethods in civitas.celestis.math.complex that return Double4Modifier and TypeMethodDescriptionstatic Double4Quaternions.axisAngle(Quaternion q) Given a rotation quaternionq, this returns an axis/angle pair denoting the rotation of the quaternion.Methods in civitas.celestis.math.complex with parameters of type Double4Modifier and TypeMethodDescriptionstatic QuaternionCreates a new rotation quaternion from an axis/angle notation. -
Uses of Double4 in civitas.celestis.math.vector
Subclasses of Double4 in civitas.celestis.math.vectorModifier and TypeClassDescriptionclassAn immutable four-dimensional vector which uses the typedouble. -
Uses of Double4 in civitas.celestis.util.tuple
Methods in civitas.celestis.util.tuple that return Double4Modifier and TypeMethodDescriptionDouble4.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.