Uses of Record Class
net.minecraft.util.math.GivensPair
Packages that use GivensPair
-
Uses of GivensPair in net.minecraft.util.math
Fields in net.minecraft.util.math declared as GivensPairMethods in net.minecraft.util.math that return GivensPairModifier and TypeMethodDescriptionprivate static GivensPair
MatrixUtil.approximateGivensQuaternion
(float a11, float a12, float a22) Computes the approximate Givens rotation factors(c, s) = (cos(phi), sin(phi))
for a 2×2 matrix.static GivensPair
GivensPair.fromAngle
(float radians) GivensPair.negateSin()
static GivensPair
GivensPair.normalize
(float a, float b) private static GivensPair
MatrixUtil.qrGivensQuaternion
(float a1, float a2) Computes the Givens quaternion for a QR factorization.